Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp223 OptionValueSInt64 *OptionValue::GetAsSInt64() { in GetAsSInt64() function in OptionValue
229 const OptionValueSInt64 *OptionValue::GetAsSInt64() const { in GetAsSInt64() function in OptionValue
399 if (const OptionValueSInt64 *option_value = GetAsSInt64()) in GetSInt64Value()
406 if (OptionValueSInt64 *option_value = GetAsSInt64()) { in SetSInt64Value()
H A DOptionValueProperties.cpp266 return value->GetAsSInt64(); in GetPropertyAtIndexAsOptionValueSInt64()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h229 OptionValueSInt64 *GetAsSInt64();
230 const OptionValueSInt64 *GetAsSInt64() const;