Searched refs:WasmLocation (Results 1 – 1 of 1) sorted by relevance
362 WasmLoc WasmLocation; member380 return Value.WasmLocation == Other.Value.WasmLocation; in operator ==()400 return std::make_tuple(Kind, Value.WasmLocation.Index, in operator <()401 Value.WasmLocation.Offset) < in operator <()402 std::make_tuple(Other.Kind, Other.Value.WasmLocation.Index, in operator <()403 Other.Value.WasmLocation.Offset); in operator <()469 Loc.WasmLocation = {Op.getIndex(), Op.getOffset()}; in GetLocForOp()700 bool usesWasmLoc(WasmLoc WasmLocation) const { in usesWasmLoc()703 WasmML.Value.WasmLocation = WasmLocation; in usesWasmLoc()740 return I.first == MLoc.Value.WasmLocation.Index; in dump()[all …]