Searched refs:OptionValuePathMappings (Results 1 – 10 of 10) sorted by relevance
17 class OptionValuePathMappings : public OptionValue {19 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function22 ~OptionValuePathMappings() override {} in ~OptionValuePathMappings()
220 OptionValuePathMappings *GetAsPathMappings();222 const OptionValuePathMappings *GetAsPathMappings() const;
183 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
28 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()39 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()200 lldb::OptionValueSP OptionValuePathMappings::DeepCopy() const { in DeepCopy()201 return OptionValueSP(new OptionValuePathMappings(*this)); in DeepCopy()
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()
42 OptionValuePathMappings.cpp
167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
215 OptionValuePathMappings *
145 class OptionValuePathMappings; variable366 typedef std::shared_ptr<lldb_private::OptionValuePathMappings>
3923 OptionValuePathMappings *option_value = in GetSourcePathMap()