Home
last modified time | relevance | path

Searched refs:eTypeRegex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h42 eTypeRegex, enumerator
155 case 1u << eTypeRegex: in ConvertTypeMaskToType()
156 return eTypeRegex; in ConvertTypeMaskToType()
H A DOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp215 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
221 if (GetType() == OptionValue::eTypeRegex) in GetAsRegex()
490 case eTypeRegex: in GetBuiltinTypeAsCString()
H A DProperty.cpp171 case OptionValue::eTypeRegex: in Property()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp257 if (value_sp && value_sp->GetType() == OptionValue::eTypeRegex) { in ElideMixedSourceAndDisassemblyLine()