Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h299 bool SetSInt64Value(int64_t new_value);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp399 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() function in OptionValue
H A DOptionValueProperties.cpp449 return value->SetSInt64Value(new_value); in SetPropertyAtIndexAsSInt64()