Home
last modified time | relevance | path

Searched refs:EntityDie (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1269 DIE *EntityDie; in constructImportedEntityDIE() local
1272 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()