Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
639 DIE *EntityDie; in constructImportedEntityDIE() local642 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()644 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()646 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()648 EntityDie = getOrCreateGlobalVariableDIE(GV); in constructImportedEntityDIE()650 EntityDie = getDIE(Entity); in constructImportedEntityDIE()651 assert(EntityDie); in constructImportedEntityDIE()654 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()