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