Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
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 …]
72 struct WasmFunction { struct 73 SigIndex__anon335a907b0111::WasmFunction global() argument 74 Section__anon335a907b0111::WasmFunction global() argument