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.cpp34 : OutputSections(GlobalData), InputDWARFFile(File), in LinkContext()
67 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile()
69 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile()
110 if (Context->InputDWARFFile.Dwarf == nullptr) { in link()
116 outs() << "DEBUG MAP OBJECT: " << Context->InputDWARFFile.FileName in link()
120 Context->InputDWARFFile.Dwarf->compile_units()) { in link()
131 verifyInput(Context->InputDWARFFile); in link()
144 Context->InputDWARFFile.Dwarf->compile_units()) { in link()
188 GlobalData.error(std::move(Err), Context->InputDWARFFile.FileName); in link()
190 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()