Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1583 std::vector<CURange> AllRanges; in preprocessDebugInfo() local
1584 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()