Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDExpressionSourceCode.cpp85 …ModulesDeclVendor::ModuleVector &hand_imported_modules = target->GetPersistentVariables().GetHandL… in GetText()
HDASTResultSynthesizer.cpp465 m_target.GetPersistentVariables().RegisterPersistentType(name_cs, TypeDecl_scratch); in MaybeRecordPersistentType()
HDClangUserExpression.cpp461 …dulesDeclVendor::ModuleVector &hand_imported_modules = m_target->GetPersistentVariables().GetHandL… in Parse()
1126 … process->GetTarget().GetPersistentVariables().RemovePersistentVariable (expr_result); in Evaluate()
HDClangExpressionParser.cpp310 …ks> pp_callbacks(new LLDBPreprocessorCallbacks(*decl_vendor, target_sp->GetPersistentVariables())); in ClangExpressionParser()
HDMaterializer.cpp861 ConstString name = target_sp->GetPersistentVariables().GetNextPersistentVariableName(); in Dematerialize()
865 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope, in Dematerialize()
HDClangExpressionDeclMap.cpp102 m_parser_vars->m_persistent_vars = &target->GetPersistentVariables(); in WillParse()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDABI.cpp126 …langPersistentVariables& persistent_variables = thread.CalculateTarget()->GetPersistentVariables(); in GetReturnValueObject()
HDTarget.cpp2044 Target::GetPersistentVariables() in GetPersistentVariables() function in Target
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h1274 GetPersistentVariables();
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp959 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp532 …clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_typ… in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp4281 ConstString name(target_sp->GetPersistentVariables().GetNextPersistentVariableName()); in Persist()
4288 target_sp->GetPersistentVariables().AddVariable(clang_var_sp); in Persist()