HomeSort by relevance Sort by last modified time
    Searched refs:ScopeDIE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 361 void DwarfDebug::addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE,
370 TheCU.addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, RangeSym,
373 addSectionLabel(*Asm, TheCU, ScopeDIE, dwarf::DW_AT_ranges, RangeSym,
404 auto ScopeDIE = make_unique<DIE>(dwarf::DW_TAG_lexical_block);
406 return ScopeDIE;
408 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
410 return ScopeDIE;
426 auto ScopeDIE = make_unique<DIE>(dwarf::DW_TAG_inlined_subroutine);
427 TheCU.addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE);
429 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges())
    [all...]
DwarfDebug.h 365 void addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE,
382 DIE &ScopeDIE);

Completed in 43 milliseconds