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.h155 GetCompilerContextForUID(lldb::user_id_t uid) override;
H A DSymbolFileDWARFDebugMap.cpp1400 SymbolFileDWARFDebugMap::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARFDebugMap
1403 return oso_dwarf->GetCompilerContextForUID(type_uid); in GetCompilerContextForUID()
H A DSymbolFileDWARF.cpp1463 SymbolFileDWARF::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h244 GetCompilerContextForUID(lldb::user_id_t uid) { in GetCompilerContextForUID() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp546 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext()