Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp276 struct DWOFile { struct in __anonc1a899430411::ThreadUnsafeDWARFContextState
280 StringMap<std::weak_ptr<DWOFile>> DWOFiles;
281 std::weak_ptr<DWOFile> DWP;
545 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
581 auto S = std::make_shared<DWOFile>(); in getDWOContext()