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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
DwarfUnit.h 402 void applySubprogramAttributes(DISubprogram SP, DIE &SPDie);
403 void applySubprogramAttributesToDefinition(DISubprogram SP, DIE &SPDie);
DwarfDebug.cpp 316 DIE *SPDie = SPCU.getOrCreateSubprogramDIE(SP);
318 attachLowHighPC(SPCU, *SPDie, FunctionBeginSym, FunctionEndSym);
322 SPCU.addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
326 addSubprogramNames(SP, *SPDie);
328 return *SPDie;
    [all...]

Completed in 658 milliseconds