Home
last modified time | relevance | path

Searched refs:CreatePersistentVariable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h49 CreatePersistentVariable(const lldb::ValueObjectSP &valobj_sp) override;
51 lldb::ExpressionVariableSP CreatePersistentVariable(
H A DClangPersistentVariables.cpp35 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable() function in ClangPersistentVariables
40 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable() function in ClangPersistentVariables
H A DClangExpressionDeclMap.cpp301 ->CreatePersistentVariable( in AddPersistentVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h224 CreatePersistentVariable(const lldb::ValueObjectSP &valobj_sp) = 0;
227 CreatePersistentVariable(ExecutionContextScope *exe_scope,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp114 persistent_expression_state->CreatePersistentVariable( in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp1064 lldb::ExpressionVariableSP ret = persistent_state->CreatePersistentVariable( in Dematerialize()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3741 persistent_state->CreatePersistentVariable(const_result_sp); in Persist()