Home
last modified time | relevance | path

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

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