Home
last modified time | relevance | path

Searched refs:GetFormatEntity (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h306 return GetFormatEntity(); in GetValueAs()
388 const FormatEntity::Entry *GetFormatEntity() const;
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp385 const FormatEntity::Entry *OptionValue::GetFormatEntity() const { in GetFormatEntity() function in OptionValue