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.cpp586 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 DStripSymbols.cpp217 auto FoundCUs = LiveCUFinder.compile_units(); in stripDeadDebugInfoImpl()
221 for (DICompileUnit *DIC : F.compile_units()) { in stripDeadDebugInfoImpl()
/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/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.cpp46 for (DICompileUnit *CU : Finder.compile_units()) { in printModuleDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp38 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 DDWARFLinkerImpl.h244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp61 for (const auto &CU : CTX->compile_units()) { in generate()
H A DDWARFVerifier.cpp934 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 DDWARFContext.cpp212 ? 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 DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h143 iterator_range<compile_unit_iterator> compile_units() const { in compile_units() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp85 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()
/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/Transforms/Utils/
H A DCloneFunction.cpp250 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 DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp55 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 Dllvm-dwarfdump.cpp600 for (const auto &CU : DICtx.compile_units()) { in collectObjectSources()
H A DStatistics.cpp879 for (const auto &CU : static_cast<DWARFContext *>(&DICtx)->compile_units()) { in collectStatsForObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp885 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 DLVDWARFReader.cpp832 DwarfContext->getNumCompileUnits() ? DwarfContext->compile_units() in createScopes()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1098 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3337 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) in readCuList()
3347 for (std::unique_ptr<DWARFUnit> &cu : dwarf.compile_units()) { in readAddressAreas()

12