Home
last modified time | relevance | path

Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h147 struct WasmFunction { struct
148 uint32_t Index;
149 uint32_t SigIndex;
150 std::vector<WasmLocalDecl> Locals;
151 ArrayRef<uint8_t> Body;
152 uint32_t CodeSectionOffset;
153 uint32_t Size;
154 uint32_t CodeOffset; // start of Locals and Body
156 StringRef SymbolName; // from the "linking" section
157 StringRef DebugName; // from the "name" section
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp73 struct WasmFunction { struct
74 uint32_t SigIndex;
75 const MCSymbolWasm *Sym;