Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h383 struct WasmFunction { struct
384 uint32_t Index;
385 uint32_t SigIndex;
386 std::vector<WasmLocalDecl> Locals;
387 ArrayRef<uint8_t> Body;
388 uint32_t CodeSectionOffset;
389 uint32_t Size;
390 uint32_t CodeOffset; // start of Locals and Body
391 std::optional<StringRef> ExportName; // from the "export" section
392 StringRef SymbolName; // from the "linking" section
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp72 struct WasmFunction { struct
73 SigIndex__anon335a907b0111::WasmFunction global() argument
74 Section__anon335a907b0111::WasmFunction global() argument