Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp897 if (AbbrevDWO) in getDebugAbbrevDWO()
898 return AbbrevDWO.get(); in getDebugAbbrevDWO()
901 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
902 AbbrevDWO->extract(abbrData); in getDebugAbbrevDWO()
903 return AbbrevDWO.get(); in getDebugAbbrevDWO()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h68 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; variable