Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h318 bool SetValueAs(int64_t v) { return SetSInt64Value(v); } in SetValueAs()
371 bool SetSInt64Value(int64_t new_value);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp406 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() function in OptionValue