/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 586 for (const auto &CU : DICtx.compile_units()) { in convert() 599 for (const auto &CU : DICtx.compile_units()) in convert() 605 for (const auto &CU : DICtx.compile_units()) in convert() 611 for (const auto &CU : DICtx.compile_units()) { in convert()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 217 auto FoundCUs = LiveCUFinder.compile_units(); in stripDeadDebugInfoImpl() 221 for (DICompileUnit *DIC : F.compile_units()) { in stripDeadDebugInfoImpl()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DWARF.cpp | 18 for (std::unique_ptr<DWARFUnit> &cu : dwarf->compile_units()) { in DWARFCache()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolContextListExtensions.i | 69 …compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn…
|
H A D | SBModuleExtensions.i | 211 '''An accessor function that returns an array object that contains all compile_units in this module object.''' 221 compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a list() of lldb.SBCompileUnit objects contained in this module.''')
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 46 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 38 if (!File.Dwarf->compile_units().empty()) in LinkContext() 69 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile() 120 Context->InputDWARFFile.Dwarf->compile_units()) { in link() 144 Context->InputDWARFFile.Dwarf->compile_units()) { in link() 398 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 474 for (const auto &OrigCU : InputDWARFFile.Dwarf->compile_units()) { in link()
|
H A D | DWARFLinkerImpl.h | 244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 61 for (const auto &CU : CTX->compile_units()) { in generate()
|
H A D | DWARFVerifier.cpp | 934 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() 980 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() 1232 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() 1850 for (const std::unique_ptr<DWARFUnit> &U : DCtx.compile_units()) { in verifyDebugNames()
|
H A D | DWARFContext.cpp | 212 ? D.compile_units() in parseMacroOrMacinfo() 1262 const auto &CUs = compile_units(); in dump() 1538 for (std::unique_ptr<DWARFUnit> &CU : compile_units()) { in getCompileUnitForDataAddress() 2474 auto CUs = compile_units(); in getCUAddrSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerImpl.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 143 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 85 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 188 compile_unit_range compile_units() { in compile_units() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 59 for (std::unique_ptr<DWARFUnit> &CU : Context.compile_units()) { in ObjFileAddressMap()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 250 for (DICompileUnit *CU : DIFinder->compile_units()) in CloneFunctionInto() 307 for (auto *Unit : DIFinder->compile_units()) { in CloneFunctionInto()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() 2549 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 2698 ObjectContexts.back().File.Dwarf->compile_units()) { in addObjectFile() 2773 for (const auto &CU : OptContext.File.Dwarf->compile_units()) { in link() 2814 for (const auto &CU : Context.File.Dwarf->compile_units()) { in link()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 600 for (const auto &CU : DICtx.compile_units()) { in collectObjectSources()
|
H A D | Statistics.cpp | 879 for (const auto &CU : static_cast<DWARFContext *>(&DICtx)->compile_units()) { in collectStatsForObjectFile()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 885 const FileSpecList &compile_units = in DoExecute() local 890 const size_t num_compile_units = compile_units.GetSize(); in DoExecute() 940 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute() 958 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 832 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1098 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 3337 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) in readCuList() 3347 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) { in readAddressAreas()
|