Searched refs:DWOFile (Results 1 – 5 of 5) sorted by relevance
86 struct DWOFile { struct90 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument91 std::weak_ptr<DWOFile> DWP;
270 : DWOFile(), DWOContext(), DWOU(nullptr) { in DWOHolder()277 DWOFile = std::move(Obj.get()); in DWOHolder()279 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder()
232 auto DWOFile = Reader.create(); in SplitDWOToFile() local233 DWOFile->removeSections( in SplitDWOToFile()234 [&](const SectionBase &Sec) { return OnlyKeepDWOPred(*DWOFile, Sec); }); in SplitDWOToFile()236 auto Writer = CreateWriter(Config, *DWOFile, FB, OutputElfType); in SplitDWOToFile()
130 object::OwningBinary<object::ObjectFile> DWOFile; variable
1077 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()1111 auto S = std::make_shared<DWOFile>(); in getDWOContext()