Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1076 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()
[all …]
H A DDwarfDebug.h356 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
301 MapVector<const MDNode *, DwarfCompileUnit *> CUMap; global() variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1228 DenseMap<uint64_t, uint64_t> CUMap; in verifyDebugNamesCULists() local
1231 CUMap.reserve(DCtx.getNumCompileUnits()); in verifyDebugNamesCULists()
1233 CUMap[CU->getOffset()] = NotIndexed; in verifyDebugNamesCULists()
1247 auto Iter = CUMap.find(Offset); in verifyDebugNamesCULists()
1249 if (Iter == CUMap.end()) { in verifyDebugNamesCULists()
1272 for (const auto &KV : CUMap) { in verifyDebugNamesCULists()