Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h260 int64_t GetEnumerationValue(int64_t fail_value = -1) const;
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp306 int64_t OptionValue::GetEnumerationValue(int64_t fail_value) const { in GetEnumerationValue() function in OptionValue
DOptionValueProperties.cpp327 return value->GetEnumerationValue(fail_value); in GetPropertyAtIndexAsEnumeration()