Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp225 OptionValueSInt64 *OptionValue::GetAsSInt64() { in GetAsSInt64() function in OptionValue
231 const OptionValueSInt64 *OptionValue::GetAsSInt64() const { in GetAsSInt64() function in OptionValue
401 if (const OptionValueSInt64 *option_value = GetAsSInt64()) in GetSInt64Value()
408 if (OptionValueSInt64 *option_value = GetAsSInt64()) { in SetSInt64Value()
H A DOptionValueProperties.cpp266 return value->GetAsSInt64(); in GetPropertyAtIndexAsOptionValueSInt64()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h236 OptionValueSInt64 *GetAsSInt64();
237 const OptionValueSInt64 *GetAsSInt64() const;