Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp179 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges() local
204 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
207 ScopeRanges = ArrayRef<InsnRange>(R.getValue(), ScopeRanges.end()); in trimLocationRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp329 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges()); in collectStatsForDie() local
340 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()