Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp302 unsigned SubprogramCount = Finder->subprogram_count(); in TEST_F()
450 EXPECT_EQ(1U, Finder.subprogram_count()); in TEST_F()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDebugInfo.h116 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfo.h125 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDebugInfo.h157 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDebugInfo.h160 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDebugInfo.h165 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDebugInfo.h162 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDebugInfo.h162 unsigned subprogram_count() const { return SPs.size(); } in subprogram_count() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp214 DIFinder->subprogram_count() > 0) { in CloneFunctionInto()