Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp170 std::set<uint32_t> CUOffsets; in parseImpl() local
176 CUOffsets.insert(CuVecOffset); in parseImpl()
182 for (auto CUOffset : CUOffsets) { in parseImpl()
H A DDWARFVerifier.cpp1254 DenseSet<uint64_t> CUOffsets; in verifyDebugNamesCULists() local
1256 CUOffsets.insert(CU->getOffset()); in verifyDebugNamesCULists()
1268 if (!CUOffsets.count(Offset)) { in verifyDebugNamesCULists()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp164 DebugNamesUnitsOffsets &CUOffsets, in emitDebugNames() argument
166 if (CUOffsets.empty()) in emitDebugNames()
175 Asm.get(), Table, CUOffsets, in emitDebugNames()
H A DDWARFEmitterImpl.h79 DebugNamesUnitsOffsets &CUOffsets,