Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
127 struct WasmFunction { struct128 uint32_t Index;129 std::vector<WasmLocalDecl> Locals;130 ArrayRef<uint8_t> Body;131 uint32_t CodeSectionOffset;132 uint32_t Size;133 uint32_t CodeOffset; // start of Locals and Body134 StringRef ExportName; // from the "export" section135 StringRef SymbolName; // from the "linking" section136 StringRef DebugName; // from the "name" section[all …]
117 struct WasmFunction { struct118 uint32_t SigIndex;119 const MCSymbolWasm *Sym;