Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp268 Expected<std::unique_ptr<Object>> DWOFile = Reader.create(false); in splitDWOToFile() local
269 if (!DWOFile) in splitDWOToFile()
270 return DWOFile.takeError(); in splitDWOToFile()
272 auto OnlyKeepDWOPred = [&DWOFile](const SectionBase &Sec) { in splitDWOToFile()
273 return onlyKeepDWOPred(**DWOFile, Sec); in splitDWOToFile()
276 (*DWOFile)->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred)) in splitDWOToFile()
279 (*DWOFile)->Machine = Config.OutputArch.getValue().EMachine; in splitDWOToFile()
280 (*DWOFile)->OSABI = Config.OutputArch.getValue().OSABI; in splitDWOToFile()
284 createWriter(Config, **DWOFile, FB, OutputElfType); in splitDWOToFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h83 struct DWOFile { struct
87 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
88 std::weak_ptr<DWOFile> DWP;
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h80 struct DWOFile { struct
84 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
85 std::weak_ptr<DWOFile> DWP;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp270 : DWOFile(), DWOContext(), DWOU(nullptr) { in DWOHolder()
277 DWOFile = std::move(Obj.get()); in DWOHolder()
279 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h130 object::OwningBinary<object::ObjectFile> DWOFile; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1299 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1333 auto S = std::make_shared<DWOFile>(); in getDWOContext()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1369 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1403 auto S = std::make_shared<DWOFile>(); in getDWOContext()