Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h230 OptionValueRegex *GetAsRegex();
232 const OptionValueRegex *GetAsRegex() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
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()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDisassembler.cpp259 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()