Home
last modified time | relevance | path

Searched refs:compile_units (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp655 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 DStripSymbols.cpp218 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 DSBSymbolContextListExtensions.i69compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUn…
H A DSBModuleExtensions.i211 '''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 DModuleDebugInfoPrinter.cpp44 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp18 for (std::unique_ptr<DWARFUnit> &cu : dwarf->compile_units()) { in DWARFCache()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp37 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 DDWARFLinkerImpl.h244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp60 for (const auto &CU : CTX->compile_units()) { in generate()
H A DDWARFVerifier.cpp969 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 DDWARFContext.cpp210 ? 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 DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp87 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h148 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h188 compile_unit_range compile_units() { in compile_units() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp59 for (std::unique_ptr<DWARFUnit> &CU : Context.compile_units()) { in ObjFileAddressMap()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp55 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 Dllvm-dwarfdump.cpp614 for (const auto &CU : DICtx.compile_units()) { in collectObjectSources()
H A DStatistics.cpp881 for (const auto &CU : DICtx.compile_units()) { in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp630 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp887 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 DCloneFunction.cpp358 for (auto *Unit : DIFinder.compile_units()) { in CloneFunctionInto()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1096 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3426 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) in readCuList()
3436 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) { in readAddressAreas()

12