Home
last modified time | relevance | path

Searched defs:SPDie (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1104 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE() local
1117 DIE &SPDie = createAndAddDIE(dwarf::DW_TAG_subprogram, *ContextDIE, SP); in getOrCreateSubprogramDIE() local
1130 DIE &SPDie) { in applySubprogramDefinitionAttributes()
1180 void DwarfUnit::applySubprogramAttributes(const DISubprogram *SP, DIE &SPDie, in applySubprogramAttributes()
1527 DIE &SPDie = *P.first; in constructContainingTypeDIEs() local
H A DDwarfCompileUnit.cpp415 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE() local
1509 const DISubprogram *SP, DIE &SPDie) { in applySubprogramAttributesToDefinition()