Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
396 struct WasmFunction { struct397 uint32_t Index;398 uint32_t SigIndex;399 std::vector<WasmLocalDecl> Locals;400 ArrayRef<uint8_t> Body;401 uint32_t CodeSectionOffset;402 uint32_t Size;403 uint32_t CodeOffset; // start of Locals and Body404 std::optional<StringRef> ExportName; // from the "export" section405 StringRef SymbolName; // from the "linking" section[all …]
71 struct WasmFunction { struct72 uint32_t SigIndex;73 MCSection *Section;