Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h192 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/llvm-project-15.0.7/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.cpp26 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
37 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
H A DCMakeLists.txt43 OptionValuePathMappings.cpp
H A DProperty.cpp167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
H A DOptionValueProperties.cpp194 OptionValuePathMappings *
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn66 "OptionValuePathMappings.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h151 class OptionValuePathMappings; variable
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4263 OptionValuePathMappings *option_value = in GetSourcePathMap()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3781 lldb/include/lldb/Interpreter/OptionValuePathMappings.h
4102 lldb/source/Interpreter/OptionValuePathMappings.cpp