Searched defs:WasmFunction (Results 1 – 4 of 4) sorted by relevance
147 struct WasmFunction { struct148 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 Body155 std::optional<StringRef> ExportName; // from the "export" section156 StringRef SymbolName; // from the "linking" section[all …]
381 struct WasmFunction { struct382 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 Body389 std::optional<StringRef> ExportName; // from the "export" section390 StringRef SymbolName; // from the "linking" section[all …]
383 struct WasmFunction { struct384 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 Body391 std::optional<StringRef> ExportName; // from the "export" section392 StringRef SymbolName; // from the "linking" section[all …]