Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp639 DIE *EntityDie; in constructImportedEntityDIE() local
642 EntityDie = getOrCreateNameSpace(NS); in constructImportedEntityDIE()
644 EntityDie = getOrCreateSubprogramDIE(SP); in constructImportedEntityDIE()
646 EntityDie = getOrCreateTypeDIE(T); in constructImportedEntityDIE()
648 EntityDie = getOrCreateGlobalVariableDIE(GV); in constructImportedEntityDIE()
650 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
651 assert(EntityDie); in constructImportedEntityDIE()
654 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()