Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h116 struct WasmFunction { struct
117 uint32_t Index;
118 std::vector<WasmLocalDecl> Locals;
119 ArrayRef<uint8_t> Body;
120 uint32_t CodeSectionOffset;
121 uint32_t Size;
122 uint32_t CodeOffset; // start of Locals and Body
123 StringRef SymbolName; // from the "linking" section
124 StringRef DebugName; // from the "name" section
125 uint32_t Comdat; // from the "comdat info" section
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp119 struct WasmFunction { struct
120 uint32_t SigIndex;
121 const MCSymbolWasm *Sym;