|
LLVM
3.7.0
|
MachineModuleInfoELF - This is a MachineModuleInfoImpl implementation for ELF targets. More...
#include <MachineModuleInfoImpls.h>
Public Member Functions | |
| MachineModuleInfoELF (const MachineModuleInfo &) | |
| StubValueTy & | getGVStubEntry (MCSymbol *Sym) |
| SymbolListTy | GetGVStubList () |
| Accessor methods to return the set of stubs in sorted order. More... | |
Public Member Functions inherited from llvm::MachineModuleInfoImpl | |
| virtual | ~MachineModuleInfoImpl () |
Additional Inherited Members | |
Public Types inherited from llvm::MachineModuleInfoImpl | |
| typedef PointerIntPair < MCSymbol *, 1, bool > | StubValueTy |
| typedef std::vector< std::pair < MCSymbol *, StubValueTy > > | SymbolListTy |
Static Protected Member Functions inherited from llvm::MachineModuleInfoImpl | |
| static SymbolListTy | getSortedStubs (DenseMap< MCSymbol *, StubValueTy > &) |
| Return the entries from a DenseMap in a deterministic sorted orer. More... | |
MachineModuleInfoELF - This is a MachineModuleInfoImpl implementation for ELF targets.
Definition at line 74 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 81 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 83 of file MachineModuleInfoImpls.h.
Referenced by llvm::SparcELFTargetObjectFile::getTTypeGlobalReference(), and llvm::TargetLoweringObjectFileELF::getTTypeGlobalReference().
|
inline |
Accessor methods to return the set of stubs in sorted order.
Definition at line 90 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::getSortedStubs().
Referenced by llvm::AsmPrinter::doFinalization().
1.8.6