Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp129 LocNoCount = LocNoVec.size(); in DbgVariableValue()
130 if (LocNoCount > 0) { in DbgVariableValue()
131 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
137 LocNoCount = 1; in DbgVariableValue()
147 LocNos = std::make_unique<unsigned[]>(LocNoCount); in DbgVariableValue()
152 DbgVariableValue() : LocNoCount(0), WasIndirect(0), WasList(0) {} in DbgVariableValue()
154 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
171 LocNoCount = Other.getLocNoCount(); in operator =()
179 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount()
185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef()
[all …]