Searched refs:ExpressionVariable (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 26 : ExpressionVariable(LLVMCastKind::eKindClang), m_parser_vars(), in ClangExpressionVariable() 36 : ExpressionVariable(LLVMCastKind::eKindClang), m_parser_vars(), in ClangExpressionVariable() 44 : ExpressionVariable(LLVMCastKind::eKindClang), m_parser_vars(), in ClangExpressionVariable() 54 : ExpressionVariable(LLVMCastKind::eKindClang), m_parser_vars(), in ClangExpressionVariable()
|
| H A D | ClangExpressionVariable.h | 60 class ClangExpressionVariable : public ExpressionVariable { 201 static bool classof(const ExpressionVariable *ev) { in classof() 202 return ev->getKind() == ExpressionVariable::eKindClang; in classof()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 24 class ExpressionVariable 25 : public std::enable_shared_from_this<ExpressionVariable> { 32 ExpressionVariable(LLVMCastKind kind) : m_flags(0), m_kind(kind) {} in ExpressionVariable() function 34 virtual ~ExpressionVariable(); 139 AddNewlyConstructedVariable(ExpressionVariable *var) { in AddNewlyConstructedVariable()
|
| H A D | REPL.h | 131 ExpressionVariable *var = nullptr) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 18 ExpressionVariable::~ExpressionVariable() = default; 20 uint8_t *ExpressionVariable::GetValueBytes() { in GetValueBytes()
|
| H A D | Materializer.cpp | 108 ExpressionVariable::EVKeepInTarget) { in MakeAllocation() 112 ~ExpressionVariable::EVNeedsAllocation; in MakeAllocation() 166 ExpressionVariable::EVNeedsAllocation) { in Materialize() 169 ExpressionVariable::EVIsLLDBAllocated; in Materialize() 176 ExpressionVariable::EVIsProgramReference && in Materialize() 179 ExpressionVariable::EVIsLLDBAllocated) { in Materialize() 222 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize() 224 ExpressionVariable::EVIsProgramReference)) { in Dematerialize() 226 ExpressionVariable::EVIsProgramReference && in Dematerialize() 258 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize() [all …]
|
| H A D | CMakeLists.txt | 6 ExpressionVariable.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ABI.cpp | 132 ExpressionVariable::EVIsFreezeDried; in GetReturnValueObject() 134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject() 136 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject() 141 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbExpression/ |
| H A D | Makefile | 13 ExpressionVariable.cpp \
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.h | 50 ExpressionVariable *var = nullptr) override;
|
| H A D | ClangREPL.cpp | 87 ExpressionVariable *var) { in PrintOneVariable()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/ |
| H A D | BUILD.gn | 29 "ExpressionVariable.cpp",
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 95 class ExpressionVariable; variable 332 typedef std::shared_ptr<lldb_private::ExpressionVariable> ExpressionVariableSP;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 932 friend class ExpressionVariable; // For SetName variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 3148 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4022 lldb/source/Expression/ExpressionVariable.cpp
|