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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 285 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes());
287 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
290 addFlag(*SPDie, dwarf::DW_AT_APPLE_omit_frame_ptr);
297 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
302 DD->addSubprogramNames(SP, *SPDie);
304 return *SPDie;
694 DIE *SPDIE = DU->getAbstractSPDies().lookup(SP);
695 if (!SPDIE)
696 SPDIE = getDIE(SP);
697 assert(SPDIE);
    [all...]
DwarfUnit.cpp     [all...]

Completed in 537 milliseconds