/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 70 DWARFDie CUDie = CU->getUnitDIE(); in addObjectFile() local 260 resolveRelativeObjectPath(SmallVectorImpl<char> & Buf,DWARFDie CU) resolveRelativeObjectPath() argument 400 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { loadClangModule() local 499 __anon562ca1110402(std::unique_ptr<CompileUnit> &CU) link() argument 511 __anon562ca1110602(std::unique_ptr<CompileUnit> &CU) link() argument 520 __anon562ca1110702(std::unique_ptr<CompileUnit> &CU) link() argument 532 __anon562ca1110902(std::unique_ptr<CompileUnit> &CU) link() argument 540 __anon562ca1110a02(std::unique_ptr<CompileUnit> &CU) link() argument 547 __anon562ca1110b02(std::unique_ptr<CompileUnit> &CU) link() argument 553 __anon562ca1110c02(std::unique_ptr<CompileUnit> &CU) link() argument 559 __anon562ca1110d02(std::unique_ptr<CompileUnit> &CU) link() argument 565 __anon562ca1110e02(std::unique_ptr<CompileUnit> &CU) link() argument 594 linkSingleCompileUnit(CompileUnit & CU,TypeUnit * ArtificialTypeUnit,enum CompileUnit::Stage DoUntilStage) linkSingleCompileUnit() argument 1007 __anon562ca1111902(CompileUnit *CU) forEachOutputString() argument 1218 __anon562ca1112a02(DwarfUnit *CU) emitAppleAcceleratorSections() argument 1350 __anon562ca1112c02(DwarfUnit *CU) emitDWARFv5DebugNamesSection() argument [all...] |
H A D | SyntheticTypeNameBuilder.cpp | 113 CompileUnit &CU, in addParamNames() 131 CompileUnit &CU, in addTemplateParamNames() 661 CompileUnit &CU, const DWARFDebugInfoEntry *DieEntry) { in OrderedChildrenIndexAssigner() 716 CompileUnit &CU, const DWARFDebugInfoEntry *DieEntry) { in tagToArrayIndex() 751 CompileUnit &CU, const DWARFDebugInfoEntry *ChildDieEntry) { in getChildIndex()
|
H A D | DIEGenerator.h | 24 DIEGenerator(BumpPtrAllocator &Allocator, DwarfUnit &CU) in DIEGenerator() 27 DIEGenerator(DIE *OutputDIE, BumpPtrAllocator &Allocator, DwarfUnit &CU) in DIEGenerator() 172 DwarfUnit &CU; variable
|
H A D | DependencyTracker.h | 28 DependencyTracker(CompileUnit &CU) : CU(CU) {} in DependencyTracker() 261 CompileUnit &CU; variable
|
H A D | AcceleratorRecordsSaver.cpp | 21 CompileUnit *CU = &InputCU; in hashFullyQualifiedName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 64 auto CU = llvm::upper_bound( in getUnitForOffset() local 176 resolveRelativeObjectPath(SmallVectorImpl<char> & Buf,DWARFDie CU) resolveRelativeObjectPath() argument 183 analyzeImportedModule(const DWARFDie & DIE,CompileUnit & CU,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeImportedModule() argument 257 updatePruning(const DWARFDie & Die,CompileUnit & CU,uint64_t ModulesEndOffset) updatePruning() argument 279 updateChildPruning(const DWARFDie & Die,CompileUnit & CU,CompileUnit::DIEInfo & ChildInfo) updateChildPruning() argument 294 analyzeContextInfo(const DWARFDie & DIE,unsigned ParentIdx,CompileUnit & CU,DeclContext * CurrentDeclContext,DeclContextTree & Contexts,uint64_t ModulesEndOffset,DWARFLinkerBase::SwiftInterfacesMapTy * ParseableSwiftInterfaces,std::function<void (const Twine &,const DWARFDie &)> ReportWarning) analyzeContextInfo() argument 637 updateChildIncompleteness(const DWARFDie & Die,CompileUnit & CU,CompileUnit::DIEInfo & ChildInfo) updateChildIncompleteness() argument 657 updateRefIncompleteness(const DWARFDie & Die,CompileUnit & CU,CompileUnit::DIEInfo & RefInfo) updateRefIncompleteness() argument 682 lookForChildDIEsToKeep(const DWARFDie & Die,CompileUnit & CU,unsigned Flags,SmallVectorImpl<WorklistItem> & Worklist) lookForChildDIEsToKeep() argument 709 isODRCanonicalCandidate(const DWARFDie & Die,CompileUnit & CU) isODRCanonicalCandidate() argument 721 markODRCanonicalDie(const DWARFDie & Die,CompileUnit & CU) markODRCanonicalDie() argument 733 lookForRefDIEsToKeep(const DWARFDie & Die,CompileUnit & CU,unsigned Flags,const UnitListTy & Units,const DWARFFile & File,SmallVectorImpl<WorklistItem> & Worklist) lookForRefDIEsToKeep() argument 800 lookForParentDIEsToKeep(unsigned AncestorIdx,CompileUnit & CU,unsigned Flags,SmallVectorImpl<WorklistItem> & Worklist) lookForParentDIEsToKeep() argument 952 verifyKeepChain(CompileUnit & CU) verifyKeepChain() argument 2355 CompileUnit *CU = &U; hashFullyQualifiedName() local 2529 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { loadClangModule() local 2677 for (const std::unique_ptr<DWARFUnit> &CU : addObjectFile() local 2753 for (const auto &CU : OptContext.File.Dwarf->compile_units()) { link() local 2764 for (auto &CU : OptContext.ModuleUnits) { link() local 2794 for (const auto &CU : Context.File.Dwarf->compile_units()) { link() local [all...] |
H A D | DWARFLinkerCompileUnit.cpp | 51 DWARFDie CU = getOrigUnit().getUnitDIE(); in getLanguage() local 59 DWARFDie CU = getOrigUnit().getUnitDIE(); in getSysRoot() local
|
H A D | DWARFLinkerDeclContext.cpp | 196 DeclContextTree::getResolvedPath(CompileUnit &CU, unsigned FileNum, in getResolvedPath()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 33 DwarfCompileUnit *CU; member 79 size_t startList(DwarfCompileUnit *CU) { in startList() 162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
|
H A D | DwarfDebug.cpp | 530 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs() argument 555 auto &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); in constructAbstractSubprogramScopeDIE() local 875 constructCallSiteEntryDIEs(const DISubprogram & SP,DwarfCompileUnit & CU,DIE & ScopeDIE,const MachineFunction & MF) constructCallSiteEntryDIEs() argument 1076 if (auto *CU = CUMap.lookup(DIUnit)) getOrCreateDwarfCompileUnit() local 1197 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); beginModule() local 1248 __anona90e33150802(DwarfCompileUnit &CU) finishSubprogramDefinitions() argument 1412 DwarfCompileUnit *CU = &*P.second; endModule() local 1502 ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit & CU,const DINode * Node,const MDNode * ScopeNode) ensureAbstractEntityIsCreatedIfScoped() argument 2225 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(SP->getUnit()); beginFunctionImpl() local 2236 getDwarfCompileUnitIDForLineTable(const DwarfCompileUnit & CU) getDwarfCompileUnitIDForLineTable() argument 2247 terminateLineTable(const DwarfCompileUnit * CU) terminateLineTable() argument 2448 computeIndexValue(DwarfUnit * CU,const DIE * Die) computeIndexValue() argument 2524 emitSectionReference(const DwarfCompileUnit & CU) emitSectionReference() argument 2593 emitDebugLocEntry(ByteStreamer & Streamer,const DebugLocStream::Entry & Entry,const DwarfCompileUnit * CU) emitDebugLocEntry() argument 2761 emitDebugLocEntryLocation(const DebugLocStream::Entry & Entry,const DwarfCompileUnit * CU) emitDebugLocEntryLocation() argument 2820 emitRangeList(DwarfDebug & DD,AsmPrinter * Asm,MCSymbol * Sym,const Ranges & R,const DwarfCompileUnit & CU,unsigned BaseAddressx,unsigned OffsetPair,unsigned StartxLength,unsigned EndOfList,StringRef (* StringifyEnum)(unsigned),bool ShouldUseBaseAddress,PayloadEmitter EmitPayload) emitRangeList() argument 3075 DwarfCompileUnit *CU = it.first; emitDebugARanges() local 3206 emitMacroHeader(AsmPrinter * Asm,const DwarfDebug & DD,const DwarfCompileUnit & CU,uint16_t DwarfVersion) emitMacroHeader() argument 3363 constructSkeletonCU(const DwarfCompileUnit & CU) constructSkeletonCU() argument 3427 getDwoLineTable(const DwarfCompileUnit & CU) getDwoLineTable() argument 3448 addDwarfTypeUnitType(DwarfCompileUnit & CU,StringRef Identifier,DIE & RefDie,const DICompositeType * CTy) addDwarfTypeUnitType() argument [all...] |
H A D | DwarfExpression.h | 130 DwarfCompileUnit &CU; global() variable 285 DwarfExpression(unsigned DwarfVersion,DwarfCompileUnit & CU) DwarfExpression() argument 400 DebugLocDwarfExpression(unsigned DwarfVersion,BufferByteStreamer & BS,DwarfCompileUnit & CU) DebugLocDwarfExpression() argument
|
H A D | DIEHash.h | 107 DwarfCompileUnit *CU; variable
|
H A D | DwarfFile.cpp | 123 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
|
H A D | DwarfUnit.h | 374 DwarfCompileUnit &CU; global() variable
|
H A D | DwarfFile.h | 45 const DwarfCompileUnit *CU; member
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/phy/ |
H A D | phy-lan966x-serdes.h | 6 #define CU(x) (x) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 560 for (const auto &CU : DICtx.compile_units()) { convert() local 573 for (const auto &CU : DICtx.compile_units()) convert() local 579 for (const auto &CU : DICtx.compile_units()) convert() local 585 for (const auto &CU : DICtx.compile_units()) { convert() local [all...] |
/freebsd-src/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 1390 if (auto *CU = State->getNormalUnits().getUnitForOffset(Offset)) getDIEForOffset() local 1548 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address); getDIEsForAddress() local 1601 getFunctionNameAndStartLineForAddress(DWARFCompileUnit * CU,uint64_t Address,FunctionNameKind Kind,DILineInfoSpecifier::FileLineInfoKind FileNameKind,std::string & FunctionName,std::string & StartFile,uint32_t & StartLine,std::optional<uint64_t> & StartAddress) getFunctionNameAndStartLineForAddress() argument 1653 addLocalsForDie(DWARFCompileUnit * CU,DWARFDie Subprogram,DWARFDie Die,std::vector<DILocal> & Result) addLocalsForDie() argument 1721 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); getLocalsForAddress() local 1734 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); getLineInfoForAddress() local 1755 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); getLineInfoForDataAddress() local 1770 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); getLineInfoForAddressRange() local 1826 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); getInliningInfoForAddress() local [all...] |
H A D | DWARFGdbIndex.cpp | 32 for (const CompUnitEntry &CU : CuList) in dumpCUList() local
|
H A D | DWARFVerifier.cpp | 835 for (const auto &CU : DCtx.compile_units()) { verifyDebugLineStmtOffsets() local 877 for (const auto &CU : DCtx.compile_units()) { verifyDebugLineRows() local 1103 for (const auto &CU : DCtx.compile_units()) verifyDebugNamesCULists() local 1114 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { verifyDebugNamesCULists() local 1667 auto *CU = cast<DWARFCompileUnit>(U.get()); verifyDebugNames() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 417 maybeAddProbe(DWARFDie(CU.get(), &Entry)); in correlateProfileDataImpl() local 420 maybeAddProbe(DWARFDie(CU.get(), &Entry)); in correlateProfileDataImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 113 DICompileUnit *CU = SP.getUnit(); in attachDebugInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 109 DICompileUnit *CU = *M.debug_compile_units_begin(); in buildDebugInfoForNoopResumeDestroyFunc() local
|