Lines Matching refs:WasmLocation
360 WasmLoc WasmLocation; member
378 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()
742 if (MLoc.Value.WasmLocation.Offset > 0) in dump()
743 Out << " + " << MLoc.Value.WasmLocation.Offset; in dump()