Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonfbf3834f0211::DbgVariableValue