| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 655 for (const auto &CU : DICtx.compile_units()) { in convert() 668 for (const auto &CU : DICtx.compile_units()) in convert() 674 for (const auto &CU : DICtx.compile_units()) in convert() 680 for (const auto &CU : DICtx.compile_units()) { in convert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 218 auto FoundCUs = LiveCUFinder.compile_units(); in stripDeadDebugInfoImpl() 222 for (DICompileUnit *DIC : F.compile_units()) { in stripDeadDebugInfoImpl()
|
| /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 | 44 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
|
| /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/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 37 if (!File.Dwarf->compile_units().empty()) in LinkContext() 68 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile() 119 Context->InputDWARFFile.Dwarf->compile_units()) { in link() 143 Context->InputDWARFFile.Dwarf->compile_units()) { in link() 397 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 473 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 | 60 for (const auto &CU : CTX->compile_units()) { in generate()
|
| H A D | DWARFVerifier.cpp | 969 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineStmtOffsets() 1014 for (const auto &CU : DCtx.compile_units()) { in verifyDebugLineRows() 1255 for (const auto &CU : DCtx.compile_units()) in verifyDebugNamesCULists() 1297 for (const auto &CU : DCtx.compile_units()) { in verifyDebugNamesCULists() 1966 for (const auto &CU : DCtx.compile_units()) { in extractCUsTus() 2014 for (const auto &CU : DCtx.compile_units()) { in verifyDebugNames()
|
| H A D | DWARFContext.cpp | 210 ? D.compile_units() in parseMacroOrMacinfo() 1258 const auto &CUs = compile_units(); in dump() 1536 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/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 87 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 148 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
|
| /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/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() 2666 for (const auto &CU : ErrOrObj->Dwarf->compile_units()) { in loadClangModule() 2815 ObjectContexts.back().File.Dwarf->compile_units()) { in addObjectFile() 2890 for (const auto &CU : OptContext.File.Dwarf->compile_units()) { in link() 2931 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 | 614 for (const auto &CU : DICtx.compile_units()) { in collectObjectSources()
|
| H A D | Statistics.cpp | 881 for (const auto &CU : DICtx.compile_units()) { in collectStatsForObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 630 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 887 const FileSpecList &compile_units = in DoExecute() local 892 const size_t num_compile_units = compile_units.GetSize(); in DoExecute() 943 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute() 961 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 358 for (auto *Unit : DIFinder.compile_units()) { in CloneFunctionInto()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 1096 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 3426 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) in readCuList() 3436 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) { in readAddressAreas()
|