Searched refs:IMDie (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 667 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/ |
D | DwarfCompileUnit.cpp | 787 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()
|