Searched refs:WasmLocation (Results 1 – 1 of 1) sorted by relevance
360 WasmLoc WasmLocation; member378 return Value.WasmLocation == Other.Value.WasmLocation; in operator ==()398 return std::make_tuple(Kind, Value.WasmLocation.Index, in operator <()399 Value.WasmLocation.Offset) < in operator <()400 std::make_tuple(Other.Kind, Other.Value.WasmLocation.Index, in operator <()401 Other.Value.WasmLocation.Offset); in operator <()467 Loc.WasmLocation = {Op.getIndex(), Op.getOffset()}; in GetLocForOp()698 bool usesWasmLoc(WasmLoc WasmLocation) const { in usesWasmLoc()701 WasmML.Value.WasmLocation = WasmLocation; in usesWasmLoc()738 return I.first == MLoc.Value.WasmLocation.Index; in dump()[all …]