Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp275 struct DWOFile { struct in ThreadUnsafeDWARFContextState
279 StringMap<std::weak_ptr<DWOFile>> DWOFiles;
280 std::weak_ptr<DWOFile> DWP;
544 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
580 auto S = std::make_shared<DWOFile>(); in getDWOContext()