Home
last modified time | relevance | path

Searched refs:DWOFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h84 struct DWOFile { struct
88 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
89 std::weak_ptr<DWOFile> DWP;
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp173 auto DWOFile = Reader.create(); in splitDWOToFile() local
174 DWOFile->removeSections( in splitDWOToFile()
175 [&](const SectionBase &Sec) { return onlyKeepDWOPred(*DWOFile, Sec); }); in splitDWOToFile()
177 DWOFile->Machine = Config.OutputArch.getValue().EMachine; in splitDWOToFile()
179 auto Writer = createWriter(Config, *DWOFile, FB, OutputElfType); in splitDWOToFile()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1106 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1140 auto S = std::make_shared<DWOFile>(); in getDWOContext()