Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp132 LocNoCount = LocNoVec.size(); in DbgVariableValue()
133 if (LocNoCount > 0) { in DbgVariableValue()
134 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
140 LocNoCount = 1; in DbgVariableValue()
150 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
157 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
174 LocNoCount = Other.getLocNoCount(); in operator =()
182 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount()
228 if (std::tie(LHS.LocNoCount, LHS.WasIndirect, LHS.WasList, in operator ==()
246 return ArrayRef<unsigned>(LocNos.get(), LocNoCount); in loc_nos()
[all …]