Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1619 ProcessedCUs.insert(BF.getDWARFUnit()); in preprocessDebugInfo()
1625 if (BF.getDWARFUnit() && !ProcessedCUs.count(BF.getDWARFUnit())) in preprocessDebugInfo()
1630 outs() << "BOLT-INFO: " << ProcessedCUs.size() << " out of " in preprocessDebugInfo()
1644 if (!ProcessedCUs.count(CU.get())) in preprocessDebugInfo()
H A DBinaryEmitter.cpp1093 if (BC.ProcessedCUs.count(CU.get())) in emitDebugLineInfoForUnprocessedCUs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h232 std::set<const DWARFUnit *> ProcessedCUs; variable