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.h396 struct WasmFunction { struct
397 uint32_t Index;
398 uint32_t SigIndex;
399 std::vector<WasmLocalDecl> Locals;
400 ArrayRef<uint8_t> Body;
401 uint32_t CodeSectionOffset;
402 uint32_t Size;
403 uint32_t CodeOffset; // start of Locals and Body
404 std::optional<StringRef> ExportName; // from the "export" section
405 StringRef SymbolName; // from the "linking" section
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp71 struct WasmFunction { struct
72 uint32_t SigIndex;
73 MCSection *Section;