LLVM API Documentation
#include <MachineModuleInfoImpls.h>
Public Member Functions | |
MachineModuleInfoMachO (const MachineModuleInfo &) | |
StubValueTy & | getFnStubEntry (MCSymbol *Sym) |
StubValueTy & | getGVStubEntry (MCSymbol *Sym) |
StubValueTy & | getHiddenGVStubEntry (MCSymbol *Sym) |
SymbolListTy | GetFnStubList () const |
Accessor methods to return the set of stubs in sorted order. More... | |
SymbolListTy | GetGVStubList () const |
SymbolListTy | GetHiddenGVStubList () const |
![]() | |
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 > &) |
MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation for MachO targets.
Definition at line 25 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 43 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 45 of file MachineModuleInfoImpls.h.
Referenced by GetSymbolFromOperand().
|
inline |
Accessor methods to return the set of stubs in sorted order.
Definition at line 61 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::GetSortedStubs().
Referenced by llvm::X86AsmPrinter::EmitEndOfAsmFile().
|
inline |
Definition at line 50 of file MachineModuleInfoImpls.h.
Referenced by llvm::TargetLoweringObjectFileMachO::getCFIPersonalitySymbol(), GetSymbolFromOperand(), and llvm::TargetLoweringObjectFileMachO::getTTypeGlobalReference().
|
inline |
Definition at line 64 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::GetSortedStubs().
Referenced by llvm::X86AsmPrinter::EmitEndOfAsmFile(), and llvm::ARMAsmPrinter::EmitEndOfAsmFile().
|
inline |
Definition at line 55 of file MachineModuleInfoImpls.h.
Referenced by GetSymbolFromOperand(), and llvm::TargetLoweringObjectFileMachO::getTTypeGlobalReference().
|
inline |
Definition at line 67 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::GetSortedStubs().
Referenced by llvm::X86AsmPrinter::EmitEndOfAsmFile(), and llvm::ARMAsmPrinter::EmitEndOfAsmFile().