Searched refs:AllRanges (Results 1 – 1 of 1) sorted by relevance
1583 std::vector<CURange> AllRanges; in preprocessDebugInfo() local1584 AllRanges.reserve(DwCtx->getNumCompileUnits()); in preprocessDebugInfo()1597 AllRanges.emplace_back(CURange{Range.LowPC, Range.HighPC, CU.get()}); in preprocessDebugInfo()1604 llvm::sort(AllRanges); in preprocessDebugInfo()1610 AllRanges, [=](CURange R) { return R.HighPC <= FunctionAddress; }); in preprocessDebugInfo()1611 if (It != AllRanges.end() && It->LowPC <= FunctionAddress) in preprocessDebugInfo()