Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h17 class OptionValuePathMappings
18 : public Cloneable<OptionValuePathMappings, OptionValue> {
20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function
23 ~OptionValuePathMappings() override = default;
H A DOptionValue.h227 OptionValuePathMappings *GetAsPathMappings();
228 const OptionValuePathMappings *GetAsPathMappings() const;
H A DOptionValueProperties.h126 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp26 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
42 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DOptionValue.cpp189 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsProperties()
191 return static_cast<OptionValuePathMappings *>(this); in GetAsProperties()
195 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsRegex()
197 return static_cast<const OptionValuePathMappings *>(this); in GetAsRegex()
H A DProperty.cpp167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
H A DOptionValueProperties.cpp165 OptionValuePathMappings *
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h154 class OptionValuePathMappings; variable
/freebsd/lib/clang/liblldb/
H A DMakefile334 SRCS+= Interpreter/OptionValuePathMappings.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4456 OptionValuePathMappings *option_value = in GetSourcePathMap()