Searched refs:getDISubprogram (Results 1 – 13 of 13) sorted by relevance
40 DISubprogram *getDISubprogram(const MDNode *Scope);45 DISubprogram *getDISubprogram(const Function *F);
36 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm42 DISubprogram *llvm::getDISubprogram(const Function *F) { in getDISubprogram() function in llvm52 auto *Subprogram = getDISubprogram(Scope); in getDISubprogram()
53 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
624 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
103 DISubprogram *S = getDISubprogram(&F); in hasDebugInfo()
1087 if (DISubprogram *S = getDISubprogram(&F)) in getFunctionLoc()1193 getDISubprogram(&F)->getFilename(), getFunctionLoc(F), in emitAnnotations()1206 getDISubprogram(&F)->getFilename(), getFunctionLoc(F), in emitAnnotations()
193 if (auto *SP = getDISubprogram(GV)) in emitDebugInfoForFunction()
427 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
1152 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) { in beginFunction()
451 if (auto SP = getDISubprogram(&F)) in InjectCoverageAtBlock()
547 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
1849 if (auto SP = getDISubprogram(&F)) in poisonStack()
692 DISubprogram *SP = getDISubprogram(Node); in isMetadataNeeded()1217 DISubprogram *SP = getDISubprogram(Node); in findNeededSubprograms()