Home
last modified time | relevance | path

Searched refs:LocNos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp132 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
147 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
148 LocNos[0] = UndefLocNo; in DbgVariableValue()
157 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()
166 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()
169 LocNos.release(); in operator =()
238 unsigned *loc_nos_begin() { return LocNos.get(); } in loc_nos_begin()
239 const unsigned *loc_nos_begin() const { return LocNos.get(); } in loc_nos_begin()
240 unsigned *loc_nos_end() { return LocNos.get() + LocNoCount; } in loc_nos_end()
243 return ArrayRef<unsigned>(LocNos.get(), LocNoCount); in loc_nos()
[all …]