Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h76 struct DWOFile { struct
80 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
81 std::weak_ptr<DWOFile> DWP;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1426 const object::ObjectFile *DWOFile = in writeDWP() local
1437 for (const SectionRef &Section : DWOFile->sections()) { in writeDWP()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1408 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1442 auto S = std::make_shared<DWOFile>(); in getDWOContext()