Home
last modified time | relevance | path

Searched refs:GetAsRegex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h230 OptionValueRegex *GetAsRegex();
232 const OptionValueRegex *GetAsRegex() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp214 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex() function in OptionValue
220 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex() function in OptionValue
386 const OptionValueRegex *option_value = GetAsRegex(); in GetRegexValue()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp258 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()