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.cpp136 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
151 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
152 LocNos[0] = UndefLocNo; in DbgVariableValue()
161 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()
170 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()
173 LocNos.release(); in operator =()
242 unsigned *loc_nos_begin() { return LocNos.get(); } in loc_nos_begin()
243 const unsigned *loc_nos_begin() const { return LocNos.get(); } in loc_nos_begin()
244 unsigned *loc_nos_end() { return LocNos.get() + LocNoCount; } in loc_nos_end()
245 const unsigned *loc_nos_end() const { return LocNos.get() + LocNoCount; } in loc_nos_end()
[all …]