Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance
1247 DIE *EntityDie; in constructImportedEntityDIE() local1250 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()1252 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()1254 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()1256 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()1258 EntityDie = getOrCreateGlobalVariableDIE(GV, {}); in constructImportedEntityDIE()1260 EntityDie = getDIE(Entity); in constructImportedEntityDIE()1261 assert(EntityDie); in constructImportedEntityDIE()1263 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()