Home
last modified time | relevance | path

Searched refs:subprogram_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h151 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp198 DIFinder->subprogram_count() > 0) { in CloneFunctionInto()