Lines Matching refs:CUMap
1076 if (auto *CU = CUMap.lookup(DIUnit)) in getOrCreateDwarfCompileUnit()
1083 !CUMap.empty()) { in getOrCreateDwarfCompileUnit()
1084 return *CUMap.begin()->second; in getOrCreateDwarfCompileUnit()
1110 CUMap.insert({DIUnit, &NewCU}); in getOrCreateDwarfCompileUnit()
1263 if (CUMap.size() > 1) in finalizeModuleInfo()
1270 for (const auto &P : CUMap) { in finalizeModuleInfo()
1410 for (const auto &P : CUMap) { in endModule()
2505 for (const auto &NU : CUMap) { in emitDebugPubSections()
3157 assert(!CUMap.empty()); in emitDebugRangesImpl()
3158 assert(llvm::any_of(CUMap, [](const decltype(CUMap)::value_type &Pair) { in emitDebugRangesImpl()
3306 for (const auto &P : CUMap) { in emitDebugMacinfoImpl()