Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValue.h331 GetSInt64Value (int64_t fail_value = 0) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValue.cpp430 OptionValue::GetSInt64Value (int64_t fail_value) const in GetSInt64Value() function in OptionValue
DOptionValueProperties.cpp489 return value->GetSInt64Value(fail_value); in GetPropertyAtIndexAsSInt64()