Home
last modified time | relevance | path

Searched refs:ConvertTypeToMask (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h21 OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
H A DOptionValue.h131 static uint32_t ConvertTypeToMask(OptionValue::Type type) { in ConvertTypeToMask() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp43 m_value_sp.reset(new OptionValueArray(OptionValue::ConvertTypeToMask( in Property()
68 m_value_sp.reset(new OptionValueDictionary(OptionValue::ConvertTypeToMask( in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp240 set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()