Searched defs:WasmLoc (Results 1 – 2 of 2) sorted by relevance
314 struct WasmLoc { struct320 int Index;321 int64_t Offset;322 bool operator==(const WasmLoc &Other) const { in operator ==()325 bool operator!=(const WasmLoc &Other) const { return !(*this == Other); } in operator !=()
72 struct WasmFrameBase WasmLoc; member