Lines Matching defs:IMDie
1349 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag());
1350 insertDIE(Module, IMDie);
1374 addSourceLine(*IMDie, Module->getLine(), Module->getFile());
1375 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie);
1378 addString(*IMDie, dwarf::DW_AT_name, Name);
1385 DD->addAccelNamespace(*this, CUNode->getNameTableKind(), Name, *IMDie);
1394 IMDie->addChild(
1398 return IMDie;
1411 DIE *IMDie = constructImportedEntityDIE(IE);
1412 ContextDIE->addChild(IMDie);
1413 return IMDie;