Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp667 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() local
668 insertDIE(Module, IMDie); in constructImportedEntityDIE()
684 addSourceLine(*IMDie, Module->getLine(), Module->getScope()->getFilename(), in constructImportedEntityDIE()
686 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
689 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
691 return IMDie; in constructImportedEntityDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp787 DIE *IMDie = DIE::get(DIEValueAllocator, (dwarf::Tag)Module->getTag()); in constructImportedEntityDIE() local
788 insertDIE(Module, IMDie); in constructImportedEntityDIE()
804 addSourceLine(*IMDie, Module->getLine(), Module->getFile()); in constructImportedEntityDIE()
805 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
808 addString(*IMDie, dwarf::DW_AT_name, Name); in constructImportedEntityDIE()
810 return IMDie; in constructImportedEntityDIE()