/external/llvm-project/lldb/source/Symbol/ |
D | TypeMap.cpp | 36 user_id_t type_uid = type_sp->GetID(); in InsertUnique() local 39 for (pos = m_types.find(type_uid); in InsertUnique() 40 pos != end && pos->second->GetID() == type_uid; ++pos) { in InsertUnique()
|
D | Function.cpp | 232 lldb::user_id_t type_uid, const Mangled &mangled, Type *type, in Function() argument 234 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid), in Function()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.h | 72 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 74 lldb::user_id_t type_uid,
|
D | SymbolFileSymtab.cpp | 233 Type *SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 239 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 730 Type *SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 732 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID() 735 return oso_dwarf->ResolveTypeUID(type_uid); in ResolveTypeUID() 741 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument 742 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID() 745 return oso_dwarf->GetDynamicArrayInfoForUID(type_uid, exe_ctx); in GetDynamicArrayInfoForUID() 1304 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() argument 1305 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID() 1308 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID() 1313 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() argument [all …]
|
D | SymbolFileDWARFDebugMap.h | 84 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 86 lldb::user_id_t type_uid,
|
D | SymbolFileDWARF.h | 138 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 140 lldb::user_id_t type_uid,
|
D | SymbolFileDWARF.cpp | 1323 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() argument 1330 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclForUID() 1336 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() argument 1343 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextForUID() 1349 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() argument 1354 if (DWARFDIE die = GetDIE(type_uid)) in GetDeclContextContainingUID() 1359 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 1364 if (DWARFDIE type_die = GetDIE(type_uid)) in ResolveTypeUID() 1372 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument 1374 if (DWARFDIE type_die = GetDIE(type_uid)) in GetDynamicArrayInfoForUID()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolFile.h | 180 virtual Type *ResolveTypeUID(lldb::user_id_t type_uid) = 0; 195 GetDynamicArrayInfoForUID(lldb::user_id_t type_uid,
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.h | 92 Type *ResolveTypeUID(lldb::user_id_t type_uid) override { return nullptr; } in ResolveTypeUID() argument 94 lldb::user_id_t type_uid, in GetDynamicArrayInfoForUID() argument
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.h | 85 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 87 lldb::user_id_t type_uid,
|
D | SymbolFilePDB.cpp | 549 lldb_private::Type *SymbolFilePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 551 auto find_result = m_types.find(type_uid); in ResolveTypeUID() 571 auto pdb_type = m_session_up->getSymbolById(type_uid); in ResolveTypeUID() 577 m_types.insert(std::make_pair(type_uid, result)); in ResolveTypeUID() 584 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.h | 114 Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 116 lldb::user_id_t type_uid,
|
D | SymbolFileNativePDB.cpp | 1515 Type *SymbolFileNativePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 1517 auto iter = m_types.find(type_uid); in ResolveTypeUID() 1526 PdbSymUid uid(type_uid); in ResolveTypeUID() 1538 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|