llvm::MachineModuleInfoWasm

MachineModuleInfoWasm - This is a MachineModuleInfoImpl implementation for Wasm targets.

Synopsis

Declared in <llvm/CodeGen/MachineModuleInfoImpls.h>

class MachineModuleInfoWasm
    : public MachineModuleInfoImpl

Base Classes

NameDescription
MachineModuleInfoImplBase class for target-specific per-module object-file information.

Type Aliases

NameDescription
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.

Member Functions

NameDescription
MachineModuleInfoWasm [constructor]Construct Wasm-specific module info for MMI.

Data Members

NameDescription
MachineSymbolsUsed Machine symbols referenced by the module, in insertion order.

Protected Static Member Functions

NameDescription
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.