Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h19 : Cloneable(OptionValue::ConvertTypeToMask(OptionValue::eTypeString)) {} in OptionValueArgs()
H A DOptionValue.h140 static uint32_t ConvertTypeToMask(OptionValue::Type type) { in ConvertTypeToMask() function
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp45 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
72 OptionValue::ConvertTypeToMask( in Property()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp228 : set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in DoExecute()