MachineModuleInfoMachO ‐ This is a MachineModuleInfoImpl implementation for MachO targets.
Synopsis
Declared in <llvm/CodeGen/MachineModuleInfoImpls.h>
class MachineModuleInfoMachO
: public MachineModuleInfoImpl
Base Classes
Name |
Description |
Base class for target‐specific per‐module object‐file information. |
Type Aliases
Name |
Description |
A variant of SymbolListTy where the stub is a generalized MCExpr. |
|
Pair of an MCSymbol and a one‐bit flag used as a stub value. |
|
Sorted list of MCSymbol stubs paired with their StubValueTy. |
Member Functions
Name |
Description |
|
Construct MachO‐specific module info for |
Accessor methods to return the set of stubs in sorted order. |
|
Return the thread‐local GV stubs in deterministic sorted order. |
|
Return the authenticated pointer stubs in deterministic sorted order. |
|
Return a mutable reference to the authenticated pointer stub for |
|
Return a mutable reference to the non‐lazy pointer stub for |
|
Return a mutable reference to the thread‐local stub for |
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