Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h98 GetCompilerContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARF.h156 GetCompilerContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1393 SymbolFileDWARFDebugMap::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARFDebugMap
1396 return oso_dwarf->GetCompilerContextForUID(type_uid); in GetCompilerContextForUID()
H A DSymbolFileDWARF.cpp1524 SymbolFileDWARF::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h236 GetCompilerContextForUID(lldb::user_id_t uid) { in GetCompilerContextForUID() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp535 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext()