Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h165 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp221 DIFinder->subprogram_count() > 0) { in CloneFunctionInto()