Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp185 return is_contained(loc_nos(), LocNo); in containsLocNo()
193 for (unsigned LocNo : loc_nos()) in decrementLocNosAfterPivot()
201 for (unsigned LocNo : loc_nos()) in remapLocNos()
218 return any_of(loc_nos(), in hasLocNoGreaterThan()
223 for (const unsigned &Loc : loc_nos()) in printLocNos()
246 ArrayRef<unsigned> loc_nos() const { in loc_nos() function in __anon093131440211::DbgVariableValue
1131 for (unsigned LocNo : DbgValue.loc_nos()) { in computeIntervals()
1724 MOs.assign(DbgValue.loc_nos().size(), in insertDebugValue()
1731 for (unsigned LocNo : DbgValue.loc_nos()) in insertDebugValue()
1804 for (unsigned LocNo : DbgValue.loc_nos()) { in emitDebugValues()