Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp705 DIE *EntityDie; in constructImportedEntityDIE() local
708 EntityDie = TheCU.getOrCreateNameSpace(DINameSpace(Entity)); in constructImportedEntityDIE()
710 EntityDie = TheCU.getOrCreateSubprogramDIE(DISubprogram(Entity)); in constructImportedEntityDIE()
712 EntityDie = TheCU.getOrCreateTypeDIE(DIType(Entity)); in constructImportedEntityDIE()
714 EntityDie = TheCU.getDIE(Entity); in constructImportedEntityDIE()
718 TheCU.addDIEEntry(IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()