Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h288 bool SetSInt64Value(int64_t new_value);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp399 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() function in OptionValue
H A DOptionValueProperties.cpp420 return value->SetSInt64Value(new_value); in SetPropertyAtIndexAsSInt64()