Searched refs:compiland_up (Results 1 – 1 of 1) sorted by relevance
232 auto compiland_up = results_up->getChildAtIndex(cu_idx); in GetCompileUnitIndex() local233 if (!compiland_up) in GetCompileUnitIndex()235 if (compiland_up->getSymIndexId() == uid) { in GetCompileUnitIndex()259 auto compiland_up = results->getChildAtIndex(index); in ParseCompileUnitAtIndex() local260 if (!compiland_up) in ParseCompileUnitAtIndex()262 return ParseCompileUnitForUID(compiland_up->getSymIndexId(), index); in ParseCompileUnitAtIndex()267 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage() local268 if (!compiland_up) in ParseLanguage()270 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseLanguage()327 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions() local[all …]