Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
155 std::optional<StringRef> ExportName; // from the "export" section
156 StringRef SymbolName; // from the "linking" section
[all …]
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp73 struct WasmFunction { struct
74 uint32_t SigIndex;
75 MCSection *Section;