mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Add GhostLinkage for marking functions before they're fully materialized
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd38edfe23
commit
f2cdf5e934
@ -32,7 +32,8 @@ public:
|
||||
LinkOnceLinkage, // Keep one copy of named function when linking (inline)
|
||||
WeakLinkage, // Keep one copy of named function when linking (weak)
|
||||
AppendingLinkage, // Special purpose, only applies to global arrays
|
||||
InternalLinkage // Rename collisions when linking (static functions)
|
||||
InternalLinkage, // Rename collisions when linking (static functions)
|
||||
GhostLinkage // Stand-in functions for streaming fns from BC files
|
||||
};
|
||||
protected:
|
||||
GlobalValue(const Type *Ty, ValueTy vty, LinkageTypes linkage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user