Searched refs:OptionValuePathMappings (Results 1 – 10 of 10) sorted by relevance
18 class OptionValuePathMappings : public OptionValue {20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function23 ~OptionValuePathMappings() override {} in ~OptionValuePathMappings()
231 OptionValuePathMappings *GetAsPathMappings();233 const OptionValuePathMappings *GetAsPathMappings() const;
197 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
29 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()40 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()203 lldb::OptionValueSP OptionValuePathMappings::DeepCopy() const { in DeepCopy()204 return OptionValueSP(new OptionValuePathMappings(*this)); in DeepCopy()
192 OptionValuePathMappings *OptionValue::GetAsPathMappings() { in GetAsPathMappings()194 return static_cast<OptionValuePathMappings *>(this); in GetAsPathMappings()198 const OptionValuePathMappings *OptionValue::GetAsPathMappings() const { in GetAsPathMappings()200 return static_cast<const OptionValuePathMappings *>(this); in GetAsPathMappings()
157 new OptionValuePathMappings(definition.default_uint_value != 0)); in Property()
249 OptionValuePathMappings *
165 class OptionValuePathMappings; variable396 typedef std::shared_ptr<lldb_private::OptionValuePathMappings>
283 SRCS+= Interpreter/OptionValuePathMappings.cpp
3833 OptionValuePathMappings *option_value = in GetSourcePathMap()