/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 68 for (const std::unique_ptr<DWARFUnit> &CU : in addObjectFile() local 258 static void resolveRelativeObjectPath(SmallVectorImpl<char> &Buf, DWARFDie CU) { in resolveRelativeObjectPath() 398 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() local 497 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 509 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 518 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 530 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 538 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 545 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() 551 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
H A D | DWARFLinkerCompileUnit.cpp |
|
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 64 auto CU = llvm::upper_bound( in getUnitForOffset() local 185 static void resolveRelativeObjectPath(SmallVectorImpl<char> &Buf, DWARFDie CU) { in resolveRelativeObjectPath() 192 const DWARFDie &DIE, CompileUnit &CU, in analyzeImportedModule() 268 static bool updatePruning(const DWARFDie &Die, CompileUnit &CU, in updatePruning() 290 static void updateChildPruning(const DWARFDie &Die, CompileUnit &CU, in updateChildPruning() 305 const DWARFDie &DIE, unsigned ParentIdx, CompileUnit &CU, in analyzeContextInfo() 648 static void updateChildIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateChildIncompleteness() 668 static void updateRefIncompleteness(const DWARFDie &Die, CompileUnit &CU, in updateRefIncompleteness() 693 const DWARFDie &Die, CompileUnit &CU, unsigned Flags, in lookForChildDIEsToKeep() 720 static bool isODRCanonicalCandidate(const DWARFDie &Die, CompileUnit &CU) { in isODRCanonicalCandidate() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 69 DwarfCompileUnit &CU; variable 224 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression() 339 DwarfCompileUnit &CU) in DebugLocDwarfExpression()
|
H A D | DwarfDebug.cpp | 530 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs() 555 auto &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in constructAbstractSubprogramScopeDIE() local 875 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs() 1076 if (auto *CU = CUMap.lookup(DIUnit)) in getOrCreateDwarfCompileUnit() local 1197 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule() local 1248 [&](DwarfCompileUnit &CU) { CU.finishSubprogramDefinition(SP); }); in finishSubprogramDefinitions() 1412 DwarfCompileUnit *CU = &*P.second; in endModule() local 1502 void DwarfDebug::ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit &CU, in ensureAbstractEntityIsCreatedIfScoped() 2225 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in beginFunctionImpl() local 2236 DwarfDebug::getDwarfCompileUnitIDForLineTable(const DwarfCompileUnit &CU) { in getDwarfCompileUnitIDForLineTable() [all …]
|
H A D | DebugLocStream.h | 164 : Locs(Locs), Asm(Asm), V(V), ListIndex(Locs.startList(&CU)), in ListBuilder() argument 34 DwarfCompileUnit *CU; global() member 80 startList(DwarfCompileUnit * CU) startList() argument
|
H A D | DIEHash.h | 107 DwarfCompileUnit *CU; variable
|
H A D | DwarfFile.cpp | 128 addRange(const DwarfCompileUnit & CU,SmallVector<RangeSpan,2> R) addRange() argument [all...] |
H A D | DwarfUnit.h | 376 DwarfCompileUnit &CU; variable
|
H A D | DwarfFile.h | 45 const DwarfCompileUnit *CU; member
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/phy/ |
H A D | phy-lan966x-serdes.h | 6 #define CU(x) (x) macro
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerImpl.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 586 for (const auto &CU : DICtx.compile_units()) { in convert() local 599 for (const auto &CU : DICtx.compile_units()) in convert() local 605 for (const auto &CU : DICtx.compile_units()) in convert() local 611 for (const auto &CU : DICtx.compile_units()) { in convert() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 61 for (const auto &CU : CTX->compile_units()) { in generate() local
|
H A D | DWARFContext.cpp | 161 bool CU = Header.getUnitType() == DW_UT_split_compile; in fixupIndexV5() local 1391 if (auto *CU = State->getNormalUnits().getUnitForOffset(Offset)) in getDIEForOffset() local 1550 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address); in getDIEsForAddress() local 1603 DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, in getFunctionNameAndStartLineForAddress() 1655 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1723 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLocalsForAddress() local 1736 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddress() local 1757 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); in getLineInfoForDataAddress() local 1772 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddressRange() local 1828 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getInliningInfoForAddress() local
|
H A D | DWARFGdbIndex.cpp | 32 for (const CompUnitEntry &CU : CuList) in dumpCUList() local
|
H A D | DWARFVerifier.cpp | 934 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() local 980 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() local 1232 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() local 1245 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { in verifyDebugNamesCULists() local 1853 auto *CU = cast<DWARFCompileUnit>(U.get()); in verifyDebugNames() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 55 if (const Constant *CU = dyn_cast<Constant>(U)) in isSafeToDestroyConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 415 for (auto &CU : DICtx->normal_units()) in correlateProfileDataImpl() local 418 for (auto &CU : DICtx->dwo_units()) in correlateProfileDataImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 109 DICompileUnit *CU = *M.debug_compile_units_begin(); in buildDebugInfoForNoopResumeDestroyFunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 113 DICompileUnit *CU = SP.getUnit(); in attachDebugInfo() local
|
H A D | BasicBlockSectionsProfileReader.cpp | 403 llvm::DICompileUnit *CU = Subprogram->getUnit(); in doInitialization() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 85 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames() local
|