|
LLVM
4.0.0
|
MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation for MachO targets. More...
#include <MachineModuleInfoImpls.h>
Public Member Functions | |
| MachineModuleInfoMachO (const MachineModuleInfo &) | |
| StubValueTy & | getGVStubEntry (MCSymbol *Sym) |
| StubValueTy & | getThreadLocalGVStubEntry (MCSymbol *Sym) |
| SymbolListTy | GetGVStubList () |
| Accessor methods to return the set of stubs in sorted order. More... | |
| SymbolListTy | GetThreadLocalGVStubList () |
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... | |
MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation for MachO targets.
Definition at line 25 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 38 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 40 of file MachineModuleInfoImpls.h.
References assert().
Referenced by llvm::TargetLoweringObjectFileMachO::getCFIPersonalitySymbol(), llvm::TargetLoweringObjectFileMachO::getIndirectSymViaGOTPCRel(), GetSymbolFromOperand(), and llvm::TargetLoweringObjectFileMachO::getTTypeGlobalReference().
|
inline |
Accessor methods to return the set of stubs in sorted order.
Definition at line 51 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::getSortedStubs().
Referenced by llvm::ARMAsmPrinter::EmitEndOfAsmFile(), and llvm::X86AsmPrinter::EmitEndOfAsmFile().
|
inline |
Definition at line 45 of file MachineModuleInfoImpls.h.
References assert().
|
inline |
Definition at line 52 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::getSortedStubs().
Referenced by llvm::ARMAsmPrinter::EmitEndOfAsmFile().
1.8.6