Home
last modified time | relevance | path

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

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