Searched defs:WasmLoc (Results 1 – 2 of 2) sorted by relevance
312 struct WasmLoc { struct318 int Index;319 int64_t Offset;320 bool operator==(const WasmLoc &Other) const { in operator ==()323 bool operator!=(const WasmLoc &Other) const { return !(*this == Other); } in operator !=()
71 struct WasmFrameBase WasmLoc; member