Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1272 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() local
1273 insertDIE(Module, IMDie); in constructImportedEntityDIE()
1289 addSourceLine(*IMDie, Module->getLine(), Module->getFile()); in constructImportedEntityDIE()
1290 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
1293 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
1301 IMDie->addChild( in constructImportedEntityDIE()
1305 return IMDie; in constructImportedEntityDIE()