Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h80 struct DWOFile { struct
84 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
85 std::weak_ptr<DWOFile> DWP;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1378 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1412 auto S = std::make_shared<DWOFile>(); in getDWOContext()