Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeMap.cpp52 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 DSymbolVendor.cpp222 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 DFunction.cpp190 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 DSymbolFileDWARFDebugMap.cpp706 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 DSymbolFileDWARFDebugMap.h81 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
83 lldb::user_id_t type_uid,
H A DSymbolFileDWARF.cpp1352 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 DSymbolFileDWARF.h134 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 DSymbolFileSymtab.h74 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
76 lldb::user_id_t type_uid,
H A DSymbolFileSymtab.cpp232 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 DSymbolFileBreakpad.h90 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 DSymbolFile.h142 virtual Type *ResolveTypeUID(lldb::user_id_t type_uid) = 0;
157 GetDynamicArrayInfoForUID(lldb::user_id_t type_uid,
H A DSymbolVendor.h71 virtual Type *ResolveTypeUID(lldb::user_id_t type_uid);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h85 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
87 lldb::user_id_t type_uid,
H A DSymbolFilePDB.cpp548 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 DSymbolFileNativePDB.h116 Type *ResolveTypeUID(lldb::user_id_t type_uid) override;
118 lldb::user_id_t type_uid,
H A DSymbolFileNativePDB.cpp1511 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