Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h18 class OptionValuePathMappings : public OptionValue {
20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function
23 ~OptionValuePathMappings() override {} in ~OptionValuePathMappings()
H A DOptionValue.h231 OptionValuePathMappings *GetAsPathMappings();
233 const OptionValuePathMappings *GetAsPathMappings() const;
H A DOptionValueProperties.h197 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp29 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()
H A DOptionValue.cpp192 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()
H A DProperty.cpp157 new OptionValuePathMappings(definition.default_uint_value != 0)); in Property()
H A DOptionValueProperties.cpp249 OptionValuePathMappings *
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h165 class OptionValuePathMappings; variable
396 typedef std::shared_ptr<lldb_private::OptionValuePathMappings>
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile283 SRCS+= Interpreter/OptionValuePathMappings.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3833 OptionValuePathMappings *option_value = in GetSourcePathMap()