Searched defs:getDISubprogram (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp924 /// getDISubprogram - Find subprogram that is enclosing this scope.
925 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { function in class:llvm
931 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
934 return getDISubprogram(DILexicalBlock(Scope).getContext());

Completed in 60 milliseconds