MachineModuleInfoWasm - This is a MachineModuleInfoImpl implementation for Wasm targets.
Declared in <llvm/CodeGen/MachineModuleInfoImpls.h>
class MachineModuleInfoWasm
: 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 |
|---|---|
MachineModuleInfoWasm [constructor] | Construct Wasm-specific module info for MMI. |
| Name | Description |
|---|---|
MachineSymbolsUsed | Machine symbols referenced by the module, in insertion order. |
| 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. |