Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:SPDie

297   DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes());
299 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
303 addFlag(*SPDie, dwarf::DW_AT_APPLE_omit_frame_ptr);
310 addAddress(*SPDie, dwarf::DW_AT_frame_base, Location);
315 DD->addSubprogramNames(SP, *SPDie);
317 return *SPDie;
821 const DISubprogram *SP, DIE &SPDie) {
824 applySubprogramAttributes(SP, SPDie, includeMinimalInlineScopes());
825 addGlobalName(SP->getName(), SPDie, Context);