HomeSort by relevance Sort by last modified time
    Searched refs:TypeSP (Results 1 - 25 of 29) sorted by null

1 2

  /external/lldb/include/lldb/Symbol/
TypeList.h 36 // lldb::TypeSP
43 Insert (const lldb::TypeSP& type);
46 InsertUnique (const lldb::TypeSP& type);
51 lldb::TypeSP
55 ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const;
58 ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback);
77 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
Type.h 50 lldb::TypeSP m_type_sp;
148 lldb::TypeSP
319 TypeAndOrName (lldb::TypeSP &type_sp);
335 lldb::TypeSP
348 SetTypeSP (lldb::TypeSP type_sp);
369 lldb::TypeSP m_type_sp;
394 TypeImpl(const lldb::TypeSP& type);
429 lldb::TypeSP
443 SetType (const lldb::TypeSP &type_sp);
447 lldb::TypeSP m_type_sp
    [all...]
  /external/lldb/include/lldb/Core/
ValueObjectMemory.h 33 lldb::TypeSP &type_sp);
70 lldb::TypeSP m_type_sp;
77 lldb::TypeSP &type_sp);
Module.h 458 lldb::TypeSP
    [all...]
ValueObject.h 919 lldb::TypeSP &type_sp);
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 57 TypeNameSpecifierImpl (lldb::TypeSP type) :
87 lldb::TypeSP
92 return lldb::TypeSP();
111 // this works better than TypeAndOrName because the latter only wraps a TypeSP
  /external/lldb/source/Symbol/
TypeList.cpp 54 TypeList::Insert (const TypeSP& type_sp)
63 TypeList::InsertUnique (const TypeSP& type_sp)
83 //TypeSP
89 // return TypeSP();
124 TypeSP
135 return TypeSP();
139 TypeList::ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const
149 TypeList::ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback)
Type.cpp 45 operator() (const lldb::TypeSP& type)
364 lldb::TypeSP
367 lldb::TypeSP type_sp;
806 TypeAndOrName::TypeAndOrName (TypeSP &in_type_sp) : m_type_sp(in_type_sp)
878 TypeAndOrName::SetTypeSP (lldb::TypeSP type_sp)
919 TypeImpl::TypeImpl(const lldb::TypeSP& type) :
926 TypeImpl::SetType (const lldb::TypeSP &type_sp)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
UniqueDWARFASTType.h 43 UniqueDWARFASTType (lldb::TypeSP &type_sp,
87 lldb::TypeSP m_type_sp;
SymbolFileDWARF.h 321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
422 lldb::TypeSP FindDefinitionTypeForDIE (
427 lldb::TypeSP FindDefinitionTypeForDWARFDeclContext (
430 lldb::TypeSP FindCompleteObjCDefinitionTypeForDIE (
437 lldb::TypeSP FindCompleteObjCDefinitionType (const lldb_private::ConstString &type_name,
444 lldb::TypeSP GetTypeForDIE (DWARFCompileUnit *cu,
SymbolFileDWARFDebugMap.h 264 lldb::TypeSP
270 lldb::TypeSP
SymbolFileDWARFDebugMap.cpp     [all...]
SymbolFileDWARF.cpp     [all...]
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 79 lldb::TypeSP
87 TypeSP complete_type_sp (complete_class_iter->second.lock());
96 return TypeSP();
114 return TypeSP();
132 TypeSP type_sp (types.GetTypeAtIndex(i));
146 return TypeSP();
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 229 lldb::TypeSP
236 SetType (const lldb::TypeSP &type_sp)
301 AddToClassNameCache (lldb::addr_t class_addr, const char *name, lldb::TypeSP type_sp);
306 lldb::TypeSP
  /external/lldb/include/lldb/API/
SBType.h 205 SBType (const lldb::TypeSP &);
  /external/lldb/source/Core/
ValueObjectMemory.cpp 40 lldb::TypeSP &type_sp)
57 lldb::TypeSP &type_sp) :
Module.cpp 784 lldb::TypeSP
793 return TypeSP();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h 125 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap;
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 147 lldb::TypeSP type_sp;
  /external/lldb/include/lldb/
lldb-forward.h 354 typedef std::shared_ptr<lldb_private::Type> TypeSP;
  /external/lldb/source/API/
SBModule.cpp 545 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
SBType.cpp 41 SBType::SBType (const lldb::TypeSP &type_sp) :
  /external/lldb/source/Expression/
ClangASTSource.cpp 236 lldb::TypeSP type = types.GetTypeAtIndex(ti);
275 lldb::TypeSP type = types.GetTypeAtIndex(ti);
344 lldb::TypeSP complete_type_sp(language_runtime->LookupInCompleteClassCache(class_name));
687 lldb::TypeSP type_sp = types.GetTypeAtIndex(0);
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp     [all...]

Completed in 222 milliseconds

1 2