Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h75 struct DWOFile { struct
79 StringMap<std::weak_ptr<DWOFile>> DWOFiles; argument
80 std::weak_ptr<DWOFile> DWP;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1476 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
1510 auto S = std::make_shared<DWOFile>(); in getDWOContext()