Searched refs:DWOFile (Results 1 – 3 of 3) sorted by relevance
76 struct DWOFile { struct80 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument81 std::weak_ptr<DWOFile> DWP;
1426 const object::ObjectFile *DWOFile = in writeDWP() local1437 for (const SectionRef &Section : DWOFile->sections()) { in writeDWP()
1408 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()1442 auto S = std::make_shared<DWOFile>(); in getDWOContext()