/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
H A D | SymbolFileJSON.h | 84 Type *ResolveTypeUID(lldb::user_id_t type_uid) override { return nullptr; } in ResolveTypeUID() 86 lldb::user_id_t type_uid, in GetDynamicArrayInfoForUID()
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 187 Type *SymbolFileOnDemand::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 203 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument 221 CompilerDecl SymbolFileOnDemand::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID() argument 238 GetDeclContextForUID(lldb::user_id_t type_uid) GetDeclContextForUID() argument 248 GetDeclContextContainingUID(lldb::user_id_t type_uid) GetDeclContextContainingUID() argument [all...] |
H A D | TypeMap.cpp | 36 user_id_t type_uid = type_sp->GetID(); in InsertUnique() local
|
H A D | Function.cpp | 258 Function(CompileUnit * comp_unit,lldb::user_id_t func_uid,lldb::user_id_t type_uid,const Mangled & mangled,Type * type,const AddressRange & range) Function() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 229 Type *SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() 235 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 95 Type *ResolveTypeUID(lldb::user_id_t type_uid) override { return nullptr; } in ResolveTypeUID() argument 97 lldb::user_id_t type_uid, in GetDynamicArrayInfoForUID() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 726 lldb::user_id_t type_uid = 1; in ParseTypes() local 888 const uint32_t type_uid = m_data.GetU32(&object_offset); ParseObjects() local 984 ResolveTypeUID(lldb::user_id_t type_uid) ResolveTypeUID() argument [all...] |
H A D | SymbolFileCTF.h | 91 lldb::user_id_t type_uid, in GetDynamicArrayInfoForUID()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 784 ResolveTypeUID(lldb::user_id_t type_uid) ResolveTypeUID() argument 795 GetDynamicArrayInfoForUID(lldb::user_id_t type_uid,const lldb_private::ExecutionContext * exe_ctx) GetDynamicArrayInfoForUID() argument 1367 GetDeclContextForUID(lldb::user_id_t type_uid) GetDeclContextForUID() argument 1375 GetDeclContextContainingUID(lldb::user_id_t type_uid) GetDeclContextContainingUID() argument 1383 GetCompilerContextForUID(lldb::user_id_t type_uid) GetCompilerContextForUID() argument [all...] |
H A D | SymbolFileDWARF.cpp | 1539 if (DWARFDIE type_die = GetDIE(type_uid)) in GetDynamicArrayInfoForUID() argument 1480 GetDeclForUID(lldb::user_id_t type_uid) GetDeclForUID() argument 1493 GetDeclContextForUID(lldb::user_id_t type_uid) GetDeclContextForUID() argument 1506 GetDeclContextContainingUID(lldb::user_id_t type_uid) GetDeclContextContainingUID() argument 1517 GetCompilerContextForUID(lldb::user_id_t type_uid) GetCompilerContextForUID() argument 1527 ResolveTypeUID(lldb::user_id_t type_uid) ResolveTypeUID() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 563 lldb_private::Type *SymbolFilePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 598 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 2093 Type *SymbolFileNativePDB::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID() argument 2118 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) { in GetDynamicArrayInfoForUID() argument
|