Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h147 struct WasmFunction { struct
148 uint32_t Index;
149 uint32_t SigIndex;
150 std::vector<WasmLocalDecl> Locals;
151 ArrayRef<uint8_t> Body;
152 uint32_t CodeSectionOffset;
153 uint32_t Size;
154 uint32_t CodeOffset; // start of Locals and Body
155 std::optional<StringRef> ExportName; // from the "export" section
156 StringRef SymbolName; // from the "linking" section
[all …]
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h381 struct WasmFunction { struct
382 uint32_t Index;
383 uint32_t SigIndex;
384 std::vector<WasmLocalDecl> Locals;
385 ArrayRef<uint8_t> Body;
386 uint32_t CodeSectionOffset;
387 uint32_t Size;
388 uint32_t CodeOffset; // start of Locals and Body
389 std::optional<StringRef> ExportName; // from the "export" section
390 StringRef SymbolName; // from the "linking" section
[all …]
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h381 struct WasmFunction { struct
382 uint32_t Index;
383 uint32_t SigIndex;
384 std::vector<WasmLocalDecl> Locals;
385 ArrayRef<uint8_t> Body;
386 uint32_t CodeSectionOffset;
387 uint32_t Size;
388 uint32_t CodeOffset; // start of Locals and Body
389 std::optional<StringRef> ExportName; // from the "export" section
390 StringRef SymbolName; // from the "linking" section
[all …]
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/BinaryFormat/
DWasm.h383 struct WasmFunction { struct
384 uint32_t Index;
385 uint32_t SigIndex;
386 std::vector<WasmLocalDecl> Locals;
387 ArrayRef<uint8_t> Body;
388 uint32_t CodeSectionOffset;
389 uint32_t Size;
390 uint32_t CodeOffset; // start of Locals and Body
391 std::optional<StringRef> ExportName; // from the "export" section
392 StringRef SymbolName; // from the "linking" section
[all …]