Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp181 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges() local
206 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
209 ScopeRanges = ArrayRef<InsnRange>(*R, ScopeRanges.end()); in trimLocationRanges()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp378 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges()); in collectStatsForDie() local
389 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()