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

  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 210 static const char callee4[] = "callee4"; member in namespace:__anon32091
461 InstrProfRecord Record6(callee4, 0x1235, {3, 5});
468 {uint64_t(callee4), 4}};
495 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}};
532 ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee4"));
541 ASSERT_EQ(StringRef((const char *)VD_2[1].Value, 7), StringRef("callee4"));
674 {uint64_t(callee4), 300},
684 {uint64_t(callee4), 5500}};
721 ASSERT_EQ(StringRef((const char *)VD_0[3].Value, 7), StringRef("callee4"));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 226 static const char callee4[] = "callee4"; member in namespace:__anon43382
470 {uint64_t(callee4), 4}};
497 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}};
515 Writer.addRecord({callee4, 0x1235, {3, 5}}, Err);
534 ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee4"));
543 ASSERT_EQ(StringRef((const char *)VD_2[1].Value, 7), StringRef("callee4"));
675 {uint64_t(callee4), 300},
685 {uint64_t(callee4), 5500}};
722 ASSERT_EQ(StringRef((const char *)VD_0[3].Value, 7), StringRef("callee4"));
    [all...]

Completed in 357 milliseconds