Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h297 bool SetSInt64Value(int64_t new_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp401 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() function in OptionValue
H A DOptionValueProperties.cpp464 return value->SetSInt64Value(new_value); in SetPropertyAtIndexAsSInt64()