Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValuePathMappings.h17 class OptionValuePathMappings : public OptionValue {
19 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function
22 ~OptionValuePathMappings() override {} in ~OptionValuePathMappings()
DOptionValue.h220 OptionValuePathMappings *GetAsPathMappings();
222 const OptionValuePathMappings *GetAsPathMappings() const;
DOptionValueProperties.h183 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/external/llvm-project/lldb/source/Interpreter/
DOptionValuePathMappings.cpp28 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()
DOptionValue.cpp190 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()
DCMakeLists.txt42 OptionValuePathMappings.cpp
DProperty.cpp167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
DOptionValueProperties.cpp215 OptionValuePathMappings *
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h145 class OptionValuePathMappings; variable
366 typedef std::shared_ptr<lldb_private::OptionValuePathMappings>
/external/llvm-project/lldb/source/Target/
DTarget.cpp3923 OptionValuePathMappings *option_value = in GetSourcePathMap()