Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp155 if (Other.getLocNoCount()) { in DbgVariableValue()
156 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()
164 if (Other.getLocNoCount()) { in operator =()
165 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()
170 LocNoCount = Other.getLocNoCount(); in operator =()
178 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount() function in __anon41ad64740211::DbgVariableValue