Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
1269 DIE *EntityDie; in constructImportedEntityDIE() local1272 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()1274 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()1276 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()1278 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()1280 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()1282 EntityDie = getDIE(Entity); in constructImportedEntityDIE()1283 assert(EntityDie); in constructImportedEntityDIE()1285 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()