Searched refs:OptionValuePathMappings (Results 1 – 13 of 13) sorted by relevance
17 class OptionValuePathMappings18 : public Cloneable<OptionValuePathMappings, OptionValue> {20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function23 ~OptionValuePathMappings() override = default;
233 OptionValuePathMappings *GetAsPathMappings();235 const OptionValuePathMappings *GetAsPathMappings() const;
194 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
26 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()
190 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings()192 return static_cast<OptionValuePathMappings *>(this); in GetAsPathMappings()196 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings()198 return static_cast<const OptionValuePathMappings *>(this); in GetAsPathMappings()
43 OptionValuePathMappings.cpp
167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
194 OptionValuePathMappings *
42 OptionValuePathMappings.cpp \
66 "OptionValuePathMappings.cpp",
151 class OptionValuePathMappings; variable
4360 OptionValuePathMappings *option_value = in GetSourcePathMap()
3776 lldb/include/lldb/Interpreter/OptionValuePathMappings.h4097 lldb/source/Interpreter/OptionValuePathMappings.cpp