Home
last modified time | relevance | path

Searched refs:LocIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp235 class LocIdx { class
240 LocIdx() : Location(UINT_MAX) { } in LocIdx() function in __anon84c0493f0111::LocIdx
244 LocIdx(unsigned L) : Location(L) { in LocIdx() function in __anon84c0493f0111::LocIdx
248 static LocIdx MakeIllegalLoc() { in MakeIllegalLoc()
249 return LocIdx(); in MakeIllegalLoc()
264 bool operator==(const LocIdx &L) const { in operator ==()
272 bool operator!=(const LocIdx &L) const { in operator !=()
276 bool operator<(const LocIdx &Other) const { in operator <()
283 using argument_type = LocIdx;
284 unsigned operator()(const LocIdx &L) const { in operator ()()
[all …]