Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
1384 DIE *EntityDie; in constructImportedEntityDIE() local1387 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()1389 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()1395 EntityDie = AbsSPDie; in constructImportedEntityDIE()1397 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()1399 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()1401 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()1403 EntityDie = getOrCreateImportedEntityDIE(IE); in constructImportedEntityDIE()1405 EntityDie = getDIE(Entity); in constructImportedEntityDIE()1406 assert(EntityDie); in constructImportedEntityDIE()[all …]