Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h233 OptionValuePathMappings *GetAsPathMappings();
235 const OptionValuePathMappings *GetAsPathMappings() const;
H A DOptionValueProperties.h194 OptionValuePathMappings *GetPropertyAtIndexAsOptionValuePathMappings(
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp26 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
42 Status OptionValuePathMappings::SetValueFromString(llvm::StringRef value, in SetValueFromString()
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 DCMakeLists.txt43 OptionValuePathMappings.cpp
H A DProperty.cpp167 m_value_sp = std::make_shared<OptionValuePathMappings>( in Property()
H A DOptionValueProperties.cpp194 OptionValuePathMappings *
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile42 OptionValuePathMappings.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn66 "OptionValuePathMappings.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h151 class OptionValuePathMappings; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4360 OptionValuePathMappings *option_value = in GetSourcePathMap()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3776 lldb/include/lldb/Interpreter/OptionValuePathMappings.h
4097 lldb/source/Interpreter/OptionValuePathMappings.cpp