Searched refs:ExpressionVariable (Results 1 – 11 of 11) sorted by relevance
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()
60 class ClangExpressionVariable : public ExpressionVariable {195 static bool classof(const ExpressionVariable *ev) { in classof()196 return ev->getKind() == ExpressionVariable::eKindClang; in classof()
23 class ExpressionVariable24 : public std::enable_shared_from_this<ExpressionVariable> {31 ExpressionVariable(LLVMCastKind kind) : m_flags(0), m_kind(kind) {} in ExpressionVariable() function33 virtual ~ExpressionVariable();138 AddNewlyConstructedVariable(ExpressionVariable *var) { in AddNewlyConstructedVariable()
131 ExpressionVariable *var = nullptr) = 0;
16 ExpressionVariable::~ExpressionVariable() {} in ~ExpressionVariable()18 uint8_t *ExpressionVariable::GetValueBytes() { in GetValueBytes()
97 ExpressionVariable::EVKeepInTarget) { in MakeAllocation()101 ~ExpressionVariable::EVNeedsAllocation; in MakeAllocation()155 ExpressionVariable::EVNeedsAllocation) { in Materialize()158 ExpressionVariable::EVIsLLDBAllocated; in Materialize()165 ExpressionVariable::EVIsProgramReference && in Materialize()168 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()211 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()213 ExpressionVariable::EVIsProgramReference)) { in Dematerialize()215 ExpressionVariable::EVIsProgramReference && in Dematerialize()247 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()[all …]
5 ExpressionVariable.cpp
129 ExpressionVariable::EVIsFreezeDried; in GetReturnValueObject()131 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()133 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()138 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
89 class ExpressionVariable; variable321 typedef std::shared_ptr<lldb_private::ExpressionVariable> ExpressionVariableSP;
890 friend class ExpressionVariable; // For SetName variable
3237 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()