Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h17 class OptionValueRegex : public Cloneable<OptionValueRegex, OptionValue> {
19 OptionValueRegex(const char *value = nullptr)
22 ~OptionValueRegex() override = default;
H A DOptionValue.h230 OptionValueRegex *GetAsRegex();
232 const OptionValueRegex *GetAsRegex() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueRegex.cpp16 void OptionValueRegex::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
30 Status OptionValueRegex::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DOptionValue.cpp214 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex()
216 return static_cast<OptionValueRegex *>(this); in GetAsRegex()
220 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex()
222 return static_cast<const OptionValueRegex *>(this); in GetAsRegex()
386 const OptionValueRegex *option_value = GetAsRegex(); in GetRegexValue()
H A DCMakeLists.txt45 OptionValueRegex.cpp
H A DProperty.cpp176 std::make_shared<OptionValueRegex>(definition.default_cstr_value); in Property()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn68 "OptionValueRegex.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h153 class OptionValueRegex; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp258 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3782 lldb/include/lldb/Interpreter/OptionValueRegex.h
4103 lldb/source/Interpreter/OptionValueRegex.cpp