Searched refs:ProcessedCUs (Results 1 – 3 of 3) sorted by relevance
1619 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()
1093 if (BC.ProcessedCUs.count(CU.get())) in emitDebugLineInfoForUnprocessedCUs()
232 std::set<const DWARFUnit *> ProcessedCUs; variable