| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | TypeMap.cpp | 52 user_id_t type_uid = type_sp->GetID(); in InsertUnique() local 55 for (pos = m_types.find(type_uid); in InsertUnique() 56 pos != end && pos->second->GetID() == type_uid; ++pos) { in InsertUnique()
|
| H A D | SymbolVendor.cpp | 222 Type *SymbolVendor::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 227 return m_sym_file_ap->ResolveTypeUID(type_uid); in ResolveTypeUID()
|
| H A D | Function.cpp | 190 lldb::user_id_t type_uid, const Mangled &mangled, Type *type, in Function() argument 192 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid), in Function()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 706 Type *SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 707 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID() 710 return oso_dwarf->ResolveTypeUID(type_uid); in ResolveTypeUID() 716 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument 717 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID() 720 return oso_dwarf->GetDynamicArrayInfoForUID(type_uid, exe_ctx); in GetDynamicArrayInfoForUID() 1300 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() argument 1301 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID() 1304 return oso_dwarf->GetDeclContextForUID(type_uid); in GetDeclContextForUID() 1310 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID() [all …]
|
| H A D | SymbolFileDWARFDebugMap.h | 81 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 83 lldb::user_id_t type_uid,
|
| H A D | SymbolFileDWARF.cpp | 1352 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() argument 1359 DWARFDIE die = GetDIEFromUID(type_uid); in GetDeclForUID() 1366 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID() argument 1373 DWARFDIE die = GetDIEFromUID(type_uid); in GetDeclContextForUID() 1380 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID() argument 1387 DWARFDIE die = GetDIEFromUID(type_uid); in GetDeclContextContainingUID() 1393 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 1400 DWARFDIE type_die = GetDIEFromUID(type_uid); in ResolveTypeUID() 1409 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument 1411 DWARFDIE type_die = GetDIEFromUID(type_uid); in GetDynamicArrayInfoForUID()
|
| H A D | SymbolFileDWARF.h | 134 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 136 lldb::user_id_t type_uid,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 74 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 76 lldb::user_id_t type_uid,
|
| H A D | SymbolFileSymtab.cpp | 232 Type *SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 238 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 90 Type *ResolveTypeUID(lldb::user_id_t type_uid) override { return nullptr; } in ResolveTypeUID() argument 92 lldb::user_id_t type_uid, in GetDynamicArrayInfoForUID() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 142 virtual Type *ResolveTypeUID(lldb::user_id_t type_uid) = 0; 157 GetDynamicArrayInfoForUID(lldb::user_id_t type_uid,
|
| H A D | SymbolVendor.h | 71 virtual Type *ResolveTypeUID(lldb::user_id_t type_uid);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 85 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 87 lldb::user_id_t type_uid,
|
| H A D | SymbolFilePDB.cpp | 548 lldb_private::Type *SymbolFilePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 549 auto find_result = m_types.find(type_uid); in ResolveTypeUID() 563 auto pdb_type = m_session_up->getSymbolById(type_uid); in ResolveTypeUID() 569 m_types.insert(std::make_pair(type_uid, result)); in ResolveTypeUID() 578 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 116 Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 118 lldb::user_id_t type_uid,
|
| H A D | SymbolFileNativePDB.cpp | 1511 Type *SymbolFileNativePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 1512 auto iter = m_types.find(type_uid); in ResolveTypeUID() 1521 PdbSymUid uid(type_uid); in ResolveTypeUID() 1533 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|