Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
1330 DIE *EntityDie; in constructImportedEntityDIE() local1333 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()1335 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()1341 EntityDie = AbsSPDie; in constructImportedEntityDIE()1343 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()1345 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()1347 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()1349 EntityDie = getOrCreateImportedEntityDIE(IE); in constructImportedEntityDIE()1351 EntityDie = getDIE(Entity); in constructImportedEntityDIE()1352 assert(EntityDie); in constructImportedEntityDIE()[all …]