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.cpp300 ->CreatePersistentVariable( in AddPersistentVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h215 CreatePersistentVariable(const lldb::ValueObjectSP &valobj_sp) = 0;
218 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.cpp1048 lldb::ExpressionVariableSP ret = persistent_state->CreatePersistentVariable( in Dematerialize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3772 persistent_state->CreatePersistentVariable(const_result_sp); in Persist()