MachineModuleInfoCOFF - This is a MachineModuleInfoImpl implementation for COFF targets.
Declared in <llvm/CodeGen/MachineModuleInfoImpls.h>
class MachineModuleInfoCOFF
: public MachineModuleInfoImpl
| Name | Description |
|---|---|
MachineModuleInfoImpl | Base class for target-specific per-module object-file information. |
| Name | Description |
|---|---|
ExprStubListTy | A variant of SymbolListTy where the stub is a generalized MCExpr. |
StubValueTy | Pair of an MCSymbol and a one-bit flag used as a stub value. |
SymbolListTy | Sorted list of MCSymbol stubs paired with their StubValueTy. |
| Name | Description |
|---|---|
MachineModuleInfoCOFF [constructor] | Construct COFF-specific module info for MMI. |
GetGVStubList | Accessor methods to return the set of stubs in sorted order. |
getGVStubEntry | Return a mutable reference to the PIC GV stub for Sym. |
| Name | Description |
|---|---|
getSortedExprStubs | Return the entries from a DenseMap in a deterministic sorted orer. Clears the map. |
getSortedStubs | Return the entries from a DenseMap in a deterministic sorted orer. Clears the map. |