Searched defs:WasmFunction (Results 1 – 5 of 5) 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 …]
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 …]
117 struct WasmFunction { struct118 uint32_t SigIndex;119 const MCSymbolWasm *Sym;
75 struct WasmFunction { struct76 uint32_t SigIndex;77 const MCSymbolWasm *Sym;
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...