Home
last modified time | relevance | path

Searched refs:ExpressionVariable (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp18 char ExpressionVariable::ID;
20 ExpressionVariable::ExpressionVariable() : m_flags(0) {} in ExpressionVariable() function in ExpressionVariable
22 uint8_t *ExpressionVariable::GetValueBytes() { in GetValueBytes()
H A DMaterializer.cpp108 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h25 class ExpressionVariable
26 : 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()
H A DREPL.h149 ExpressionVariable *var = nullptr) = 0;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp132 ExpressionVariable::EVIsFreezeDried; in GetReturnValueObject()
134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
136 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
141 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h53 ExpressionVariable *var = nullptr) override;
H A DClangREPL.cpp90 ExpressionVariable *var) { in PrintOneVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h61 : public llvm::RTTIExtends<ClangExpressionVariable, ExpressionVariable> {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h94 class ExpressionVariable; variable
348 typedef std::shared_ptr<lldb_private::ExpressionVariable> ExpressionVariableSP;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h1007 friend class ExpressionVariable; // For SetName variable
/freebsd/lib/clang/liblldb/
H A DMakefile241 SRCS+= Expression/ExpressionVariable.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3774 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()