Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp195 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges() local
220 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
223 ScopeRanges = ArrayRef<InsnRange>(R.getValue(), ScopeRanges.end()); in trimLocationRanges()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp295 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges()); in collectStatsForDie() local
306 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()