Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp273 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
320 if (AbbrevDWO) in getDebugAbbrevDWO()
321 return AbbrevDWO.get(); in getDebugAbbrevDWO()
324 AbbrevDWO = std::make_unique<DWARFDebugAbbrev>(abbrData); in getDebugAbbrevDWO()
325 return AbbrevDWO.get(); in getDebugAbbrevDWO()