Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1349 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() local
1350 insertDIE(Module, IMDie); in constructImportedEntityDIE()
1374 addSourceLine(*IMDie, Module->getLine(), Module->getFile()); in constructImportedEntityDIE()
1375 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
1378 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
1385 DD->addAccelNamespace(*this, CUNode->getNameTableKind(), Name, *IMDie); in constructImportedEntityDIE()
1394 IMDie->addChild( in constructImportedEntityDIE()
1398 return IMDie; in constructImportedEntityDIE()
1411 DIE *IMDie = constructImportedEntityDIE(IE); in getOrCreateImportedEntityDIE() local
1412 ContextDIE->addChild(IMDie); in getOrCreateImportedEntityDIE()
[all …]