Searched refs:AbbrevDWO (Results 1 – 1 of 1) sorted by relevance
273 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState320 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()