Lines Matching refs:EntityDie
1351 DIE *EntityDie; in constructImportedEntityDIE() local
1354 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()
1375 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()