Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h86 struct DWOFile { struct
90 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
91 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp232 auto DWOFile = Reader.create(); in SplitDWOToFile() local
233 DWOFile->removeSections( in SplitDWOToFile()
234 [&](const SectionBase &Sec) { return OnlyKeepDWOPred(*DWOFile, Sec); }); in SplitDWOToFile()
236 auto Writer = CreateWriter(Config, *DWOFile, FB, OutputElfType); in SplitDWOToFile()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h130 object::OwningBinary<object::ObjectFile> DWOFile; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1077 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1111 auto S = std::make_shared<DWOFile>(); in getDWOContext()