Searched refs:LocNos (Results 1 – 1 of 1) sorted by relevance
131 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()146 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()147 LocNos[0] = UndefLocNo; in DbgVariableValue()156 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()165 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()168 LocNos.release(); in operator =()237 unsigned *loc_nos_begin() { return LocNos.get(); } in loc_nos_begin()238 const unsigned *loc_nos_begin() const { return LocNos.get(); } in loc_nos_begin()239 unsigned *loc_nos_end() { return LocNos.get() + LocNoCount; } in loc_nos_end()240 const unsigned *loc_nos_end() const { return LocNos.get() + LocNoCount; } in loc_nos_end()[all …]