Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp213 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex() function in OptionValue
219 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex() function in OptionValue
394 if (const OptionValueRegex *option_value = GetAsRegex()) in GetRegexValue()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h233 OptionValueRegex *GetAsRegex();
234 const OptionValueRegex *GetAsRegex() const;
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp254 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()