Searched refs:IMDie (Results 1 – 1 of 1) sorted by relevance
637 std::unique_ptr<DIE> IMDie = make_unique<DIE>((dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() local638 insertDIE(Module, IMDie.get()); in constructImportedEntityDIE()652 addSourceLine(*IMDie, Module->getLine(), Module->getScope()->getFilename(), in constructImportedEntityDIE()654 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()657 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()659 return IMDie; in constructImportedEntityDIE()