Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp640 std::unique_ptr<DIE> IMDie = make_unique<DIE>((dwarf::Tag)Module.getTag()); in constructImportedEntityDIE() local
641 insertDIE(Module, IMDie.get()); in constructImportedEntityDIE()
655 addSourceLine(*IMDie, Module.getLineNumber(), in constructImportedEntityDIE()
658 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
661 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
663 return IMDie; in constructImportedEntityDIE()