Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
705 DIE *EntityDie; in constructImportedEntityDIE() local708 EntityDie = TheCU.getOrCreateNameSpace(DINameSpace(Entity)); in constructImportedEntityDIE()710 EntityDie = TheCU.getOrCreateSubprogramDIE(DISubprogram(Entity)); in constructImportedEntityDIE()712 EntityDie = TheCU.getOrCreateTypeDIE(DIType(Entity)); in constructImportedEntityDIE()714 EntityDie = TheCU.getDIE(Entity); in constructImportedEntityDIE()718 TheCU.addDIEEntry(IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()