Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1247 DIE *EntityDie; in constructImportedEntityDIE() local
1250 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()