Searched refs:LocDWO (Results 1 – 2 of 2) 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()
56 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable