Searched refs:ExpressionVariable (Results 1 – 12 of 12) sorted by relevance
18 char ExpressionVariable::ID;20 ExpressionVariable::ExpressionVariable() : m_flags(0) {} in ExpressionVariable() function in ExpressionVariable22 uint8_t *ExpressionVariable::GetValueBytes() { in GetValueBytes()
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 …]
25 class ExpressionVariable26 : public std::enable_shared_from_this<ExpressionVariable>,27 public llvm::RTTIExtends<ExpressionVariable, llvm::RTTIRoot> {32 ExpressionVariable();34 virtual ~ExpressionVariable() = default;138 AddNewlyConstructedVariable(ExpressionVariable *var) { in AddNewlyConstructedVariable()
149 ExpressionVariable *var = nullptr) = 0;
132 ExpressionVariable::EVIsFreezeDried; in GetReturnValueObject()134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()136 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()141 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
53 ExpressionVariable *var = nullptr) override;
90 ExpressionVariable *var) { in PrintOneVariable()
61 : public llvm::RTTIExtends<ClangExpressionVariable, ExpressionVariable> {
94 class ExpressionVariable; variable348 typedef std::shared_ptr<lldb_private::ExpressionVariable> ExpressionVariableSP;
1007 friend class ExpressionVariable; // For SetName variable
241 SRCS+= Expression/ExpressionVariable.cpp
3774 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()