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

  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 147 lldb::TypeSP type_sp; local
156 type_sp = class_types.GetTypeAtIndex(0);
161 type_sp->GetID(),
162 type_sp->GetName().GetCString());
173 type_sp = class_types.GetTypeAtIndex(i);
174 if (type_sp)
180 type_sp->GetID(),
181 type_sp->GetName().GetCString());
188 type_sp = class_types.GetTypeAtIndex(i);
189 if (type_sp)
    [all...]
  /external/lldb/include/lldb/Symbol/
Type.h 319 TypeAndOrName (lldb::TypeSP &type_sp);
348 SetTypeSP (lldb::TypeSP type_sp);
443 SetType (const lldb::TypeSP &type_sp);
488 lldb::TypeImplSP type_sp; local
490 type_sp = m_content[idx];
491 return type_sp;
  /external/lldb/source/Symbol/
Type.cpp 367 lldb::TypeSP type_sp; local
372 type_sp = typedef_type->shared_from_this();
374 return type_sp;
878 TypeAndOrName::SetTypeSP (lldb::TypeSP type_sp)
880 m_type_sp = type_sp;
881 if (type_sp)
882 m_type_name = type_sp->GetName();
926 TypeImpl::SetType (const lldb::TypeSP &type_sp)
928 if (type_sp)
930 m_clang_ast_type = type_sp->GetClangForwardType()
    [all...]
  /external/lldb/source/API/
SBValue.cpp 473 TypeImplSP type_sp; local
476 type_sp.reset (new TypeImpl(value_sp->GetClangType()));
477 sb_type.SetSP(type_sp);
481 if (type_sp)
482 log->Printf ("SBValue(%p)::GetType => SBType(%p)", value_sp.get(), type_sp.get());
671 TypeImplSP type_sp (type.GetSP());
674 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name);
697 TypeImplSP type_sp (type.GetSP());
698 if (value_sp && type_sp)
699 sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSyntheticValue())
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 687 lldb::TypeSP type_sp = types.GetTypeAtIndex(0); local
691 const char *name_string = type_sp->GetName().GetCString();
699 ClangASTType full_type = type_sp->GetClangFullType();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 1180 TypeSP type_sp; local
1217 TypeSP type_sp; local
    [all...]
SymbolFileDWARF.cpp 4486 TypeSP type_sp; local
4779 TypeSP type_sp; local
4984 TypeSP type_sp; local
5163 TypeSP type_sp; local
5614 TypeSP type_sp; local
    [all...]

Completed in 1246 milliseconds