Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
134 struct WasmFunction { struct135 uint32_t Index;136 std::vector<WasmLocalDecl> Locals;137 ArrayRef<uint8_t> Body;138 uint32_t CodeSectionOffset;139 uint32_t Size;140 uint32_t CodeOffset; // start of Locals and Body141 Optional<StringRef> ExportName; // from the "export" section142 StringRef SymbolName; // from the "linking" section143 StringRef DebugName; // from the "name" section[all …]
75 struct WasmFunction { struct76 uint32_t SigIndex;77 const MCSymbolWasm *Sym;