Home
last modified time | relevance | path

Searched refs:OptionValuePathMappings (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValuePathMappings.h22 class OptionValuePathMappings : public OptionValue
25 OptionValuePathMappings (bool notify_changes) : in OptionValuePathMappings() function
33 ~OptionValuePathMappings() in ~OptionValuePathMappings()
HDOptionValue.h281 OptionValuePathMappings *
284 const OptionValuePathMappings *
HDOptionValueProperties.h234 OptionValuePathMappings *
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValuePathMappings.cpp24 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()
HDOptionValue.cpp257 OptionValuePathMappings *
261 return static_cast<OptionValuePathMappings *>(this); in GetAsPathMappings()
265 const OptionValuePathMappings *
269 return static_cast<const OptionValuePathMappings *>(this); in GetAsPathMappings()
HDProperty.cpp147 m_value_sp.reset (new OptionValuePathMappings(definition.default_uint_value != 0)); in Property()
HDOptionValueProperties.cpp287 OptionValuePathMappings *
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile39 OptionValuePathMappings.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h154 class OptionValuePathMappings; variable
357 typedef std::shared_ptr<lldb_private::OptionValuePathMappings> OptionValuePathMappingsSP;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3345OptionValuePathMappings *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValuePathMappin… in GetSourcePathMap()