LLVM
8.0.1
|
MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets. More...
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
Public Member Functions | |
MachineModuleInfoCOFF (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 | |
using | StubValueTy = PointerIntPair< MCSymbol *, 1, bool > |
using | SymbolListTy = std::vector< std::pair< MCSymbol *, StubValueTy > > |
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... | |
MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets.
Definition at line 85 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 93 of file MachineModuleInfoImpls.h.
|
inline |
Definition at line 95 of file MachineModuleInfoImpls.h.
References assert().
Referenced by llvm::AArch64MCInstLower::GetGlobalAddressSymbol(), and getModifierVariantKind().
|
inline |
Accessor methods to return the set of stubs in sorted order.
Definition at line 102 of file MachineModuleInfoImpls.h.
References llvm::MachineModuleInfoImpl::getSortedStubs().
Referenced by llvm::AsmPrinter::doFinalization().