LLVM API Documentation
#include <MachineModuleInfoImpls.h>
Public Member Functions | |
MachineModuleInfoELF (const MachineModuleInfo &) | |
StubValueTy & | getGVStubEntry (MCSymbol *Sym) |
SymbolListTy | GetGVStubList () const |
Accessor methods to return the set of stubs in sorted order. More... | |
![]() | |
virtual | ~MachineModuleInfoImpl () |
Additional Inherited Members | |
![]() | |
typedef PointerIntPair < MCSymbol *, 1, bool > | StubValueTy |
typedef std::vector< std::pair < MCSymbol *, StubValueTy > > | SymbolListTy |
![]() | |
static SymbolListTy | GetSortedStubs (const DenseMap< MCSymbol *, StubValueTy > &) |
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::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::SystemZAsmPrinter::EmitEndOfAsmFile(), llvm::AArch64AsmPrinter::EmitEndOfAsmFile(), and llvm::X86AsmPrinter::EmitEndOfAsmFile().