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

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 266 const DWARFDebugInfoEntryMinimal *SubprogramDIE = 0;
270 SubprogramDIE = &DieArray[i];
275 if (!SubprogramDIE)
277 return SubprogramDIE->getInlinedChainForAddress(this, Address);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 785 DIE *SubprogramDie = TheCU->getOrCreateSubprogramDIE(SP);
788 TheCU->insertDIE(N, SubprogramDie);
791 TheCU->addToContextOwner(SubprogramDie, SP.getContext());
795 TheCU->addGlobalName(SP.getName(), SubprogramDie);
    [all...]

Completed in 49 milliseconds