Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp211 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex() function in OptionValue
217 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex() function in OptionValue
392 if (const OptionValueRegex *option_value = GetAsRegex()) in GetRegexValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h226 OptionValueRegex *GetAsRegex();
227 const OptionValueRegex *GetAsRegex() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp263 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()