Home
last modified time | relevance | path

Searched refs:GetCompilerContextForUID (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h97 GetCompilerContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h156 GetCompilerContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1383 SymbolFileDWARFDebugMap::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARFDebugMap
1386 return oso_dwarf->GetCompilerContextForUID(type_uid); in GetCompilerContextForUID()
H A DSymbolFileDWARF.cpp1517 SymbolFileDWARF::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARF
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h236 GetCompilerContextForUID(lldb::user_id_t uid) { in GetCompilerContextForUID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp534 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext()