Home
last modified time | relevance | path

Searched defs:CU (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp67 for (const std::unique_ptr<DWARFUnit> &CU : in addObjectFile() local
257 static void resolveRelativeObjectPath(SmallVectorImpl<char> &Buf, DWARFDie CU) { in resolveRelativeObjectPath()
397 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() local
496 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
508 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
517 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
529 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
537 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
544 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
550 parallelForEach(CompileUnits, [&](std::unique_ptr<CompileUnit> &CU) { in link()
[all …]
H A DSyntheticTypeNameBuilder.cpp112 CompileUnit &CU, in addParamNames()
130 CompileUnit &CU, in addTemplateParamNames()
660 CompileUnit &CU, const DWARFDebugInfoEntry *DieEntry) { in OrderedChildrenIndexAssigner()
715 CompileUnit &CU, const DWARFDebugInfoEntry *DieEntry) { in tagToArrayIndex()
750 CompileUnit &CU, const DWARFDebugInfoEntry *ChildDieEntry) { in getChildIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp64 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 …]
H A DDWARFLinkerCompileUnit.cpp51 DWARFDie CU = getOrigUnit().getUnitDIE(); in getLanguage() local
59 DWARFDie CU = getOrigUnit().getUnitDIE(); in getSysRoot() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h69 DwarfCompileUnit &CU; variable
224 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
339 DwarfCompileUnit &CU) in DebugLocDwarfExpression()
H A DDebugLocStream.h164 : 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 DDwarfDebug.cpp540 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs()
565 auto &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in constructAbstractSubprogramScopeDIE() local
881 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs()
1082 if (auto *CU = CUMap.lookup(DIUnit)) in getOrCreateDwarfCompileUnit() local
1204 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule() local
1255 [&](DwarfCompileUnit &CU) { CU.finishSubprogramDefinition(SP); }); in finishSubprogramDefinitions()
1422 DwarfCompileUnit *CU = &*P.second; in endModule() local
1512 void DwarfDebug::ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit &CU, in ensureAbstractEntityIsCreatedIfScoped()
2650 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in beginFunctionImpl() local
2671 DwarfDebug::getDwarfCompileUnitIDForLineTable(const DwarfCompileUnit &CU) { in getDwarfCompileUnitIDForLineTable()
[all …]
H A DDIEHash.h108 DwarfCompileUnit *CU; variable
H A DDwarfFile.cpp123 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
H A DDwarfUnit.h395 DwarfCompileUnit &CU; variable
H A DDwarfFile.h49 const DwarfCompileUnit *CU; member
/freebsd/sys/contrib/device-tree/include/dt-bindings/phy/
H A Dphy-lan966x-serdes.h6 #define CU(x) (x) macro
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp655 for (const auto &CU : DICtx.compile_units()) { in convert() local
668 for (const auto &CU : DICtx.compile_units()) in convert() local
674 for (const auto &CU : DICtx.compile_units()) in convert() local
680 for (const auto &CU : DICtx.compile_units()) { in convert() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp60 for (const auto &CU : CTX->compile_units()) { in generate() local
H A DDWARFVerifier.cpp969 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() local
1014 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() local
1255 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() local
1266 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { in verifyDebugNamesCULists() local
1297 for (const auto &CU : DCtx.compile_units()) { in verifyDebugNamesCULists() local
1966 for (const auto &CU : DCtx.compile_units()) { in extractCUsTus() local
2014 for (const auto &CU : DCtx.compile_units()) { in verifyDebugNames() local
2070 DWARFCompileUnit *CU = dyn_cast<DWARFCompileUnit>(U); in verifyDebugNames() local
H A DDWARFContext.cpp159 bool CU = Header.getUnitType() == DW_UT_split_compile; in fixupIndexV5() local
1386 if (auto *CU = State->getNormalUnits().getUnitForOffset(Offset)) in getDIEForOffset() local
1548 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address); in getDIEsForAddress() local
1601 DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, in getFunctionNameAndStartLineForAddress()
1653 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie()
1721 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLocalsForAddress() local
1734 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddress() local
1756 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); in getLineInfoForDataAddress() local
1771 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddressRange() local
1827 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getInliningInfoForAddress() local
H A DDWARFGdbIndex.cpp32 for (const CompUnitEntry &CU : CuList) in dumpCUList() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp55 if (const Constant *CU = dyn_cast<Constant>(U)) in isSafeToDestroyConstant() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp439 for (auto &CU : DICtx->normal_units()) in correlateProfileDataImpl() local
442 for (auto &CU : DICtx->dwo_units()) in correlateProfileDataImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp113 DICompileUnit *CU = SP.getUnit(); in attachDebugInfo() local
H A DBasicBlockSectionsProfileReader.cpp404 llvm::DICompileUnit *CU = Subprogram->getUnit(); in doInitialization() local

123