15 #ifndef LLVM_CODEGEN_MACHINEMODULEINFOIMPLS_H 16 #define LLVM_CODEGEN_MACHINEMODULEINFOIMPLS_H 39 virtual void anchor();
45 assert(Sym &&
"Key cannot be null");
50 assert(Sym &&
"Key cannot be null");
51 return ThreadLocalGVStubs[Sym];
68 virtual void anchor();
74 assert(Sym &&
"Key cannot be null");
90 virtual void anchor();
96 assert(Sym &&
"Key cannot be null");
107 #endif // LLVM_CODEGEN_MACHINEMODULEINFOIMPLS_H SymbolListTy GetGVStubList()
Accessor methods to return the set of stubs in sorted order.
This class represents lattice values for constants.
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
StubValueTy & getThreadLocalGVStubEntry(MCSymbol *Sym)
SymbolListTy GetGVStubList()
Accessor methods to return the set of stubs in sorted order.
MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets.
PointerIntPair - This class implements a pair of a pointer and small integer.
StubValueTy & getGVStubEntry(MCSymbol *Sym)
StubValueTy & getGVStubEntry(MCSymbol *Sym)
SymbolListTy GetThreadLocalGVStubList()
SymbolListTy GetGVStubList()
Accessor methods to return the set of stubs in sorted order.
MachineModuleInfoELF(const MachineModuleInfo &)
StubValueTy & getGVStubEntry(MCSymbol *Sym)
MachineModuleInfoELF - This is a MachineModuleInfoImpl implementation for ELF targets.
MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation for MachO targets...
std::vector< std::pair< MCSymbol *, StubValueTy > > SymbolListTy
MachineModuleInfoCOFF(const MachineModuleInfo &)
assert(ImpDefSCC.getReg()==AMDGPU::SCC &&ImpDefSCC.isDef())
MachineModuleInfoMachO(const MachineModuleInfo &)
This class can be derived from and used by targets to hold private target-specific information for ea...
static SymbolListTy getSortedStubs(DenseMap< MCSymbol *, StubValueTy > &)
Return the entries from a DenseMap in a deterministic sorted orer.
This class contains meta information specific to a module.