mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -116,6 +116,12 @@ public:
|
||||
bool isThreadLocal ///< Whether the GV is thread local or not
|
||||
) {}
|
||||
|
||||
virtual void handleGlobalAlias(
|
||||
const Type* ElemType,
|
||||
GlobalValue::LinkageTypes Linkage,
|
||||
unsigned TypeSlotNum,
|
||||
unsigned AliaseeSlot) { }
|
||||
|
||||
/// This method is called when a type list is recognized. It simply
|
||||
/// provides the number of types that the list contains. The handler
|
||||
/// should expect that number of calls to handleType.
|
||||
|
Reference in New Issue
Block a user