HomeSort by relevance Sort by last modified time
    Searched refs:getNumFunctions (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/CodeGen/
FaultMaps.cpp 137 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
139 if (FMP.getNumFunctions() == 0)
144 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) {
  /external/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 22 << "\nNum Functions: " << SMP.getNumFunctions();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /external/llvm/include/llvm/Object/
StackMapParser.h 299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
322 uint32_t getNumFunctions() const {
351 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
327 uint32_t getNumFunctions() const {
356 getFunctionOffset(getNumFunctions())));
  /external/llvm/include/llvm/CodeGen/
FaultMaps.h 199 NumFunctionsType getNumFunctions() const {
  /external/llvm/lib/IR/
ProfileSummary.cpp 82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 145 encodeULEB128(Summary->getNumFunctions(), OS);
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 118 ASSERT_EQ(2u, Summary.getNumFunctions());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FaultMaps.h 202 NumFunctionsType getNumFunctions() const {

Completed in 837 milliseconds

1 2