Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h326 return SetFormatEntityValue(v); in SetValueAs()
386 bool SetFormatEntityValue(const FormatEntity::Entry &entry);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp477 bool OptionValue::SetFormatEntityValue(const FormatEntity::Entry &entry) { in SetFormatEntityValue() function in OptionValue