Home
last modified time | relevance | path

Searched defs:WasmFunction (Results 1 – 4 of 4) 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/node/deps/v8/src/wasm/
Dwasm-module.h62 struct WasmFunction { struct
69 // {WasmFunction} is typically considered {const}. argument
70 mutable int feedback_slots;
71 bool imported;
72 bool exported;
73 bool declared;
Dwasm-objects.cc44 using WasmFunction = wasm::WasmFunction; typedef
/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;