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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 314 DIE &DwarfDebug::updateSubprogramScopeDIE(DwarfCompileUnit &SPCU,
316 DIE *SPDie = SPCU.getOrCreateSubprogramDIE(SP);
318 attachLowHighPC(SPCU, *SPDie, FunctionBeginSym, FunctionEndSym);
322 SPCU.addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
516 DwarfCompileUnit &SPCU = *SPMap[SP];
524 ContextDIE = &SPCU.getUnitDie();
525 SPCU.getOrCreateSubprogramDIE(SPDecl);
527 ContextDIE = SPCU.getOrCreateContextDIE(resolve(SP.getContext()));
531 AbsDef = &SPCU.createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE,
533 SPCU.applySubprogramAttributesToDefinition(SP, *AbsDef)
    [all...]
DwarfDebug.h 357 DIE &updateSubprogramScopeDIE(DwarfCompileUnit &SPCU, DISubprogram SP);

Completed in 1246 milliseconds