Searched refs:getDISubprogram (Results 1 – 9 of 9) sorted by relevance
43 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
878 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm884 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()887 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()892 DISubprogram llvm::getDISubprogram(const Function *F) { in getDISubprogram() function in llvm902 DISubprogram Subprogram = getDISubprogram(Scope); in getDISubprogram()
934 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
193 StringRef FuncName = getDISubprogram(GV).getDisplayName(), in emitDebugInfoForFunction()
428 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
1194 getDISubprogram(DIVar.getContext()).describes(MF->getFunction())) { in beginFunction()
990 DISubprogram getDISubprogram(const MDNode *Scope);995 DISubprogram getDISubprogram(const Function *F);
642 DISubprogram S = getDISubprogram(&F); in getFunctionLoc()
550 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()