Searched refs:LocDWO (Results 1 – 4 of 4) sorted by relevance
332 if (LocDWO) in getDebugLocDWO()333 return LocDWO.get(); in getDebugLocDWO()336 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()337 LocDWO->parse(LocData); in getDebugLocDWO()338 return LocDWO.get(); in getDebugLocDWO()
703 if (LocDWO) in getDebugLocDWO()704 return LocDWO.get(); in getDebugLocDWO()706 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()711 LocDWO->parse(LocData); in getDebugLocDWO()713 return LocDWO.get(); in getDebugLocDWO()
81 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable
56 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable