Searched refs:LocDWO (Results 1 – 2 of 2) sorted by relevance
325 if (LocDWO) in getDebugLocDWO()326 return LocDWO.get(); in getDebugLocDWO()329 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()330 LocDWO->parse(LocData); in getDebugLocDWO()331 return LocDWO.get(); in getDebugLocDWO()
56 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable