Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp128 LocNoCount = LocNoVec.size(); in DbgVariableValue()
129 if (LocNoCount > 0) { in DbgVariableValue()
130 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
136 LocNoCount = 1; in DbgVariableValue()
146 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
153 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
170 LocNoCount = Other.getLocNoCount(); in operator =()
178 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount()
224 if (std::tie(LHS.LocNoCount, LHS.WasIndirect, LHS.WasList, in operator ==()
242 return ArrayRef<unsigned>(LocNos.get(), LocNoCount); in loc_nos()
[all …]