Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
1351 DIE *EntityDie; in constructImportedEntityDIE() local1354 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()1356 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()1362 EntityDie = AbsSPDie; in constructImportedEntityDIE()1364 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()1366 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()1368 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()1370 EntityDie = getOrCreateImportedEntityDIE(IE); in constructImportedEntityDIE()1372 EntityDie = getDIE(Entity); in constructImportedEntityDIE()1373 assert(EntityDie); in constructImportedEntityDIE()[all …]