Home
last modified time | relevance | path

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

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