HomeSort by relevance Sort by last modified time
    Searched refs:GetPersistentVariables (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Target/
ABI.cpp 126 ClangPersistentVariables& persistent_variables = thread.CalculateTarget()->GetPersistentVariables();
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 465 m_target.GetPersistentVariables().RegisterPersistentType(name_cs, TypeDecl_scratch);
Materializer.cpp 815 ConstString name = target_sp->GetPersistentVariables().GetNextPersistentVariableName();
819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope,
    [all...]
ClangExpressionDeclMap.cpp 103 m_parser_vars->m_persistent_vars = &target->GetPersistentVariables();
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 980 GetPersistentVariables()
    [all...]
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 526 clang::TypeDecl *tdecl = target->GetPersistentVariables().GetPersistentType(ConstString(lookup_type_name));
    [all...]
  /external/lldb/source/API/
SBFrame.cpp 933 ClangExpressionVariableSP expr_var_sp (target->GetPersistentVariables().GetVariable (const_name));
    [all...]

Completed in 171 milliseconds