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

  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 27 void callee3() {} function
30 FP Fps[3] = {callee1, callee2, callee3};
102 // FOO-NEXT: [ 0, callee3, 10 ]
107 // FOO-NEXT: [ 1, callee3, 1 ]
112 // BAR-NEXT: [ 0, callee3, 0 ]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 209 static const char callee3[] = "callee3"; member in namespace:__anon32091
218 InstrProfRecord Record4("callee3", 0x1235, {3, 4});
223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
256 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
361 InstrProfRecord Record4("callee3", 0x1235, {3, 4});
366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
398 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
407 InstrProfRecord Record4("callee3", 0x1235, {3, 4});
412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 225 static const char callee3[] = "callee3"; member in namespace:__anon43382
236 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
248 Writer.addRecord({"callee3", 0x1235, {3, 4}}, Err);
269 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
376 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
388 Writer.addRecord({"callee3", 0x1235, {3, 4}}, Err);
408 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
419 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
431 Writer.addRecord({"callee3", 0x1235, {3, 4}}, Err)
    [all...]

Completed in 505 milliseconds