Searched refs:GetPDBCompilandByUID (Results 1 – 2 of 2) sorted by relevance
252 SymbolFilePDB::GetPDBCompilandByUID(uint32_t uid) { in GetPDBCompilandByUID() function in SymbolFilePDB274 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage()335 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions()372 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseSupportFiles()461 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes()525 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext()1645 auto compiland_up = GetPDBCompilandByUID(cu->GetID()); in GetTypes()1653 if (auto compiland_up = GetPDBCompilandByUID(cu_sp->GetID())) in GetTypes()1740 auto compiland_up = GetPDBCompilandByUID(id); in ParseCompileUnitForUID()1777 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseCompileUnitLineTable()
227 GetPDBCompilandByUID(uint32_t uid);