Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h286 int64_t GetSInt64Value(int64_t fail_value = 0) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp392 int64_t OptionValue::GetSInt64Value(int64_t fail_value) const { in GetSInt64Value() function in OptionValue
H A DOptionValueProperties.cpp409 return value->GetSInt64Value(fail_value); in GetPropertyAtIndexAsSInt64()