Searched defs:type_uid (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp36 user_id_t type_uid = type_sp->GetID(); local
H A DFunction.cpp231 Function(CompileUnit *comp_unit, lldb::user_id_t func_uid, lldb::user_id_t type_uid, const Mangled &mangled, Type *type, const AddressRange &range) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp235 Type *SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t type_uid) { argument
240 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp730 Type *SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t type_uid) { argument
1304 SymbolFileDWARFDebugMap::GetDeclContextForUID(lldb::user_id_t type_uid) { argument
1313 SymbolFileDWARFDebugMap::GetDeclContextContainingUID(lldb::user_id_t type_uid) { argument
740 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument
[all...]
H A DSymbolFileDWARF.cpp1321 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { argument
1334 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { argument
1347 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { argument
1357 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) { argument
1369 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1526 Type *SymbolFileNativePDB::ResolveTypeUID(lldb::user_id_t type_uid) { argument
1548 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp551 lldb_private::Type *SymbolFilePDB::ResolveTypeUID(lldb::user_id_t type_uid) { argument
585 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument

Completed in 180 milliseconds