Searched refs:compiland_up (Results 1 – 1 of 1) sorted by relevance
244 auto compiland_up = results_up->getChildAtIndex(cu_idx); in GetCompileUnitIndex() local245 if (!compiland_up) in GetCompileUnitIndex()247 if (compiland_up->getSymIndexId() == uid) { in GetCompileUnitIndex()270 auto compiland_up = results->getChildAtIndex(index); in ParseCompileUnitAtIndex() local271 if (!compiland_up) in ParseCompileUnitAtIndex()273 return ParseCompileUnitForUID(compiland_up->getSymIndexId(), index); in ParseCompileUnitAtIndex()278 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage() local279 if (!compiland_up) in ParseLanguage()281 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseLanguage()339 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions() local[all …]