Searched refs:getDISubprogram (Results 1 – 8 of 8) sorted by relevance
124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
81 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
925 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm931 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()934 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
1060 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
808 DISubprogram getDISubprogram(const MDNode *Scope);
538 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()
420 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()1473 getDISubprogram(DV.getContext()).describes(MF->getFunction())) in beginFunction()