Searched refs:GetCompilerContextForUID (Results 1 – 6 of 6) sorted by relevance
98 GetCompilerContextForUID(lldb::user_id_t uid) override;
156 GetCompilerContextForUID(lldb::user_id_t uid) override;
1393 SymbolFileDWARFDebugMap::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARFDebugMap1396 return oso_dwarf->GetCompilerContextForUID(type_uid); in GetCompilerContextForUID()
1524 SymbolFileDWARF::GetCompilerContextForUID(lldb::user_id_t type_uid) { in GetCompilerContextForUID() function in SymbolFileDWARF
236 GetCompilerContextForUID(lldb::user_id_t uid) { in GetCompilerContextForUID() function
535 return sym_file->GetCompilerContextForUID(GetID()); in GetCompilerContext()