HomeSort by: relevance | last modified time | path
    Searched refs:ScopeRanges (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 179 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges());
204 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) {
205 // Adjust ScopeRanges to exclude ranges which subsequent location ranges
207 ScopeRanges = ArrayRef<InsnRange>(R.getValue(), ScopeRanges.end());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 329 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges());
340 for (DWARFAddressRange R : ScopeRanges) {

Completed in 73 milliseconds