Searched refs:OptionValuePathMappings (Results 1 – 12 of 12) sorted by relevance
17 class OptionValuePathMappings18 : public Cloneable<OptionValuePathMappings, OptionValue> {20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function23 ~OptionValuePathMappings() override = default;
222 OptionValuePathMappings *GetAsPathMappings();224 const OptionValuePathMappings *GetAsPathMappings() const;
192 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
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()
26 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()37 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
43 OptionValuePathMappings.cpp
167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
194 OptionValuePathMappings *
66 "OptionValuePathMappings.cpp",
151 class OptionValuePathMappings; variable
4263 OptionValuePathMappings *option_value = in GetSourcePathMap()
3781 lldb/include/lldb/Interpreter/OptionValuePathMappings.h4102 lldb/source/Interpreter/OptionValuePathMappings.cpp