HomeSort by relevance Sort by last modified time
    Searched refs:subprogram_count (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 116 unsigned subprogram_count() const { return SPs.size(); } function in class:llvm::DebugInfoFinder
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfo.h 126 unsigned subprogram_count() const { return SPs.size(); } function in class:llvm::DebugInfoFinder
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 302 unsigned SubprogramCount = Finder->subprogram_count();
450 EXPECT_EQ(1U, Finder.subprogram_count());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 467 EXPECT_EQ(3U, Finder->subprogram_count());
642 EXPECT_EQ(1U, Finder.subprogram_count());
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 838 unsigned subprogram_count() const { return SPs.size(); } function in class:llvm::DebugInfoFinder

Completed in 155 milliseconds