Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h127 struct WasmFunction { struct
128 uint32_t Index;
129 std::vector<WasmLocalDecl> Locals;
130 ArrayRef<uint8_t> Body;
131 uint32_t CodeSectionOffset;
132 uint32_t Size;
133 uint32_t CodeOffset; // start of Locals and Body
134 StringRef ExportName; // from the "export" section
135 StringRef SymbolName; // from the "linking" section
136 StringRef DebugName; // from the "name" section
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp117 struct WasmFunction { struct
118 uint32_t SigIndex;
119 const MCSymbolWasm *Sym;