Home
last modified time | relevance | path

Searched refs:type_uid (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DTypeMap.cpp36 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()
DFunction.cpp232 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/DWARF/
DSymbolFileDWARFDebugMap.cpp730 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 …]
DSymbolFileDWARFDebugMap.h84 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
86 lldb::user_id_t type_uid,
DSymbolFileDWARF.h138 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
140 lldb::user_id_t type_uid,
DSymbolFileDWARF.cpp1323 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/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h72 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
74 lldb::user_id_t type_uid,
DSymbolFileSymtab.cpp233 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/include/lldb/Symbol/
DSymbolFile.h180 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/
DSymbolFileBreakpad.h92 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/
DSymbolFilePDB.h85 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
87 lldb::user_id_t type_uid,
DSymbolFilePDB.cpp549 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/
DSymbolFileNativePDB.h114 Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
116 lldb::user_id_t type_uid,
DSymbolFileNativePDB.cpp1515 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