Searched refs:LocDWO (Results 1 – 2 of 2) sorted by relevance
285 if (LocDWO) in getDebugLocDWO()286 return LocDWO.get(); in getDebugLocDWO()289 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()290 LocDWO->parse(LocData); in getDebugLocDWO()291 return LocDWO.get(); in getDebugLocDWO()
45 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable