Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h342 struct WasmFunction { struct
343 uint32_t Index;
344 uint32_t SigIndex;
345 std::vector<WasmLocalDecl> Locals;
346 ArrayRef<uint8_t> Body;
347 uint32_t CodeSectionOffset;
348 uint32_t Size;
349 uint32_t CodeOffset; // start of Locals and Body
351 StringRef SymbolName; // from the "linking" section
352 StringRef DebugName; // from the "name" section
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp73 struct WasmFunction { struct
74 uint32_t SigIndex;
75 MCSection *Section;