Searched defs:WasmFunction (Results 1 – 2 of 2) 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 …]
73 struct WasmFunction { struct74 uint32_t SigIndex;75 MCSection *Section;