Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h134 struct WasmFunction { struct
135 uint32_t Index;
136 std::vector<WasmLocalDecl> Locals;
137 ArrayRef<uint8_t> Body;
138 uint32_t CodeSectionOffset;
139 uint32_t Size;
140 uint32_t CodeOffset; // start of Locals and Body
141 Optional<StringRef> ExportName; // from the "export" section
142 StringRef SymbolName; // from the "linking" section
143 StringRef DebugName; // from the "name" section
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
76 uint32_t SigIndex;
77 const MCSymbolWasm *Sym;