Searched refs:getDISubprogram (Results 1 – 7 of 7) sorted by relevance
124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
885 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm891 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()894 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
1012 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
730 DISubprogram getDISubprogram(const MDNode *Scope);
464 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()
527 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()1599 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()1678 getDISubprogram(DV.getContext()).describes(MF->getFunction())) in beginFunction()