Home
last modified time | relevance | path

Searched refs:OptionValueRegex (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueRegex.h17 class OptionValueRegex : public Cloneable<OptionValueRegex, OptionValue> {
19 OptionValueRegex(const char *value = nullptr)
22 ~OptionValueRegex() override = default;
HDOptionValue.h233 OptionValueRegex *GetAsRegex();
234 const OptionValueRegex *GetAsRegex() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueRegex.cpp16 void OptionValueRegex::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
30 Status OptionValueRegex::SetValueFromString(llvm::StringRef value, in SetValueFromString()
HDOptionValue.cpp213 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex()
215 return static_cast<OptionValueRegex *>(this); in GetAsRegex()
219 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex()
221 return static_cast<const OptionValueRegex *>(this); in GetAsRegex()
394 if (const OptionValueRegex *option_value = GetAsRegex()) in GetRegexValue()
HDProperty.cpp176 std::make_shared<OptionValueRegex>(definition.default_cstr_value); in Property()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h156 class OptionValueRegex; variable
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp254 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()
/freebsd-14-stable/lib/clang/liblldb/
HDMakefile331 SRCS+= Interpreter/OptionValueRegex.cpp