Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h19 : Cloneable(OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
H A DOptionValue.h120 static uint32_t ConvertTypeToMask(OptionValue::Type type) { in ConvertTypeToMask() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp46 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( in Property()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp236 set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()