Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp156 if (Other.getLocNoCount()) { in DbgVariableValue()
157 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()
165 if (Other.getLocNoCount()) { in operator =()
166 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()
171 LocNoCount = Other.getLocNoCount(); in operator =()
179 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount() function in __anon58a1900c0211::DbgVariableValue