MachineModuleInfoMachO ‐ This is a MachineModuleInfoImpl implementation for MachO targets.
Synopsis
Declared in <llvm/CodeGen/MachineModuleInfoImpls.h>
class MachineModuleInfoMachO
: public MachineModuleInfoImpl
Base Classes
Name |
Description |
This class can be derived from and used by targets to hold private target‐specific information for each Module. Objects of type are accessed/created with MachineModuleInfo::getObjFileInfo and destroyed when the MachineModuleInfo is destroyed. |
Type Aliases
Name |
Description |
A variant of SymbolListTy where the stub is a generalized MCExpr. |
|
Member Functions
Name |
Description |
|
Construct from |
Accessor methods to return the set of stubs in sorted order. |
|
Protected Static Member Functions
Name |
Description |
Return the entries from a DenseMap in a deterministic sorted orer. Clears the map. |
|
Return the entries from a DenseMap in a deterministic sorted orer. Clears the map. |
Created with MrDocs