Lines Matching defs:IMDie
1370 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag());
1371 insertDIE(Module, IMDie);
1395 addSourceLine(*IMDie, Module->getLine(), Module->getFile());
1396 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie);
1399 addString(*IMDie, dwarf::DW_AT_name, Name);
1406 DD->addAccelNamespace(*this, CUNode->getNameTableKind(), Name, *IMDie);
1415 IMDie->addChild(
1419 return IMDie;
1432 DIE *IMDie = constructImportedEntityDIE(IE);
1433 ContextDIE->addChild(IMDie);
1434 return IMDie;