Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h17 class OptionValuePathMappings
18 : public Cloneable<OptionValuePathMappings, OptionValue> {
20 OptionValuePathMappings(bool notify_changes) in OptionValuePathMappings() function
23 ~OptionValuePathMappings() override = default;
H A DOptionValue.h222 OptionValuePathMappings *GetAsPathMappings();
224 const OptionValuePathMappings *GetAsPathMappings() const;
H A DOptionValueProperties.h185 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A 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()
H A DOptionValuePathMappings.cpp28 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
39 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DProperty.cpp167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
H A DOptionValueProperties.cpp193 OptionValuePathMappings *
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h145 class OptionValuePathMappings; variable
368 typedef std::shared_ptr<lldb_private::OptionValuePathMappings>
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile304 SRCS+= Interpreter/OptionValuePathMappings.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4002 OptionValuePathMappings *option_value = in GetSourcePathMap()