Searched refs:OptionValuePathMappings (Results 1 – 10 of 10) sorted by relevance
22 class OptionValuePathMappings : public OptionValue25 OptionValuePathMappings (bool notify_changes) : in OptionValuePathMappings() function33 ~OptionValuePathMappings() in ~OptionValuePathMappings()
281 OptionValuePathMappings *284 const OptionValuePathMappings *
234 OptionValuePathMappings *
24 OptionValuePathMappings::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()37 OptionValuePathMappings::SetValueFromString (llvm::StringRef value, VarSetOperationType op) in SetValueFromString()185 OptionValuePathMappings::DeepCopy () const in DeepCopy()187 return OptionValueSP(new OptionValuePathMappings(*this)); in DeepCopy()
257 OptionValuePathMappings *261 return static_cast<OptionValuePathMappings *>(this); in GetAsPathMappings()265 const OptionValuePathMappings *269 return static_cast<const OptionValuePathMappings *>(this); in GetAsPathMappings()
147 m_value_sp.reset (new OptionValuePathMappings(definition.default_uint_value != 0)); in Property()
287 OptionValuePathMappings *
39 OptionValuePathMappings.cpp \
154 class OptionValuePathMappings; variable357 typedef std::shared_ptr<lldb_private::OptionValuePathMappings> OptionValuePathMappingsSP;
3345 …OptionValuePathMappings *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValuePathMappin… in GetSourcePathMap()