Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h99 struct WasmFunction { struct
100 uint32_t Index;
101 std::vector<WasmLocalDecl> Locals;
102 ArrayRef<uint8_t> Body;
103 uint32_t CodeSectionOffset;
104 uint32_t Size;
105 uint32_t CodeOffset; // start of Locals and Body
106 StringRef SymbolName; // from the "linking" section
107 StringRef DebugName; // from the "name" section
108 uint32_t Comdat; // from the "comdat info" section
/external/v8/src/wasm/
Dwasm-module.h28 struct WasmFunction { struct
29 FunctionSig* sig; // signature of the function.
30 uint32_t func_index; // index into the function table.
31 uint32_t sig_index; // index into the signature table.
32 WireBytesRef code; // code of this function.
33 bool imported;
34 bool exported;
Dwasm-objects.cc42 using WasmFunction = wasm::WasmFunction; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp119 struct WasmFunction { struct
120 int32_t Type;
121 const MCSymbolWasm *Sym;