Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h297 int64_t GetSInt64Value(int64_t fail_value = 0) const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp392 int64_t OptionValue::GetSInt64Value(int64_t fail_value) const { in GetSInt64Value() function in OptionValue
H A DOptionValueProperties.cpp438 return value->GetSInt64Value(fail_value); in GetPropertyAtIndexAsSInt64()