Home
last modified time | relevance | path

Searched refs:ValueObjectRegister (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectRegister.cpp123 valobj = new ValueObjectRegister( in CreateChildAtIndex()
138 valobj = new ValueObjectRegister(*this, m_reg_ctx_sp, reg_info); in GetChildMemberWithName()
158 #pragma mark ValueObjectRegister
160 void ValueObjectRegister::ConstructObject(const RegisterInfo *reg_info) { in ConstructObject()
170 ValueObjectRegister::ValueObjectRegister(ValueObject &parent, in ValueObjectRegister() function in ValueObjectRegister
179 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create()
183 return (new ValueObjectRegister(exe_scope, *manager_sp, reg_ctx_sp, reg_info)) in Create()
187 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister() function in ValueObjectRegister
197 ValueObjectRegister::~ValueObjectRegister() = default;
199 CompilerType ValueObjectRegister::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
[all …]
H A DCMakeLists.txt70 ValueObjectRegister.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectRegister.h82 class ValueObjectRegister : public ValueObject {
84 ~ValueObjectRegister() override;
127 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,
129 ValueObjectRegister(ExecutionContextScope *exe_scope,
135 ValueObjectRegister(const ValueObjectRegister &) = delete;
136 const ValueObjectRegister &operator=(const ValueObjectRegister &) = delete;
/openbsd-src/gnu/usr.bin/clang/liblldbCore/
H A DMakefile56 ValueObjectRegister.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn93 "ValueObjectRegister.cpp",
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dlldb8 type summary add -w lldb lldb_private::ValueObjectRegister -s "${var.m_reg_info…
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp626 value_sp = ValueObjectRegister::Create(frame, reg_ctx, reg_info); in FindValue()
933 value_sp = ValueObjectRegister::Create(frame, reg_ctx, reg_info); in FindRegister()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3690 lldb/include/lldb/Core/ValueObjectRegister.h