Searched refs:ScopeDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp425 DIE *ScopeDIE = new DIE(dwarf::DW_TAG_lexical_block); local
427 return ScopeDIE;
438 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4,
448 return ScopeDIE;
459 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_low_pc, Start);
460 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_high_pc, End);
462 return ScopeDIE;
495 DIE *ScopeDIE = new DIE(dwarf::DW_TAG_inlined_subroutine); local
496 TheCU->addDIEEntry(ScopeDIE, dwarf::DW_AT_abstract_origin,
503 TheCU->addUInt(ScopeDIE, dwar
583 DIE *ScopeDIE = NULL; local
848 DIE *ScopeDIE = SPCU->getDIE(SP); local
[all...]

Completed in 38 milliseconds