Searched refs:LocDWO (Results 1 – 2 of 2) sorted by relevance
255 if (LocDWO) in getDebugLocDWO()256 return LocDWO.get(); in getDebugLocDWO()259 LocDWO.reset(new DWARFDebugLocDWO()); in getDebugLocDWO()260 LocDWO->parse(LocData); in getDebugLocDWO()261 return LocDWO.get(); in getDebugLocDWO()
45 std::unique_ptr<DWARFDebugLocDWO> LocDWO; variable