Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DABI.cpp126 …langPersistentVariables& persistent_variables = thread.CalculateTarget()->GetPersistentVariables(); in GetReturnValueObject()
/external/lldb/source/Expression/
DASTResultSynthesizer.cpp465 m_target.GetPersistentVariables().RegisterPersistentType(name_cs, TypeDecl_scratch); in MaybeRecordPersistentType()
DMaterializer.cpp815 ConstString name = target_sp->GetPersistentVariables().GetNextPersistentVariableName(); in Dematerialize()
819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope, in Dematerialize()
DClangExpressionDeclMap.cpp103 m_parser_vars->m_persistent_vars = &target->GetPersistentVariables(); in WillParse()
/external/lldb/include/lldb/Target/
DTarget.h980 GetPersistentVariables() in GetPersistentVariables() function
/external/lldb/source/Commands/
DCommandObjectMemory.cpp526 …clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_typ… in DoExecute()
/external/lldb/source/API/
DSBFrame.cpp933 … ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name)); in FindValue()