Home
last modified time | relevance | path

Searched refs:InputDWARFFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp33 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()
66 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile()
68 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile()
109 if (Context->InputDWARFFile.Dwarf == nullptr) { in link()
115 outs() << "DEBUG MAP OBJECT: " << Context->InputDWARFFile.FileName in link()
119 Context->InputDWARFFile.Dwarf->compile_units()) { in link()
130 verifyInput(Context->InputDWARFFile); in link()
143 Context->InputDWARFFile.Dwarf->compile_units()) { in link()
187 GlobalData.error(std::move(Err), Context->InputDWARFFile.FileName); in link()
189 Context->InputDWARFFile.unload(); in link()
[all …]
H A DDWARFLinkerImpl.h177 DWARFFile &InputDWARFFile; member
241 if (InputDWARFFile.Dwarf == nullptr) in getInputDebugInfoSize()
244 for (auto &Unit : InputDWARFFile.Dwarf->compile_units()) in getInputDebugInfoSize()