Lines Matching refs:FakeCalleeAddress
62 int FakeCalleeAddress = 0; in TEST_F() local
67 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
70 auto *Subctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F()
86 int FakeCalleeAddress = 0; in TEST_F() local
89 auto *Ctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F()
97 int FakeCalleeAddress = 0; in TEST_F() local
99 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
133 int FakeCalleeAddress = 0; in TEST_F() local
137 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
141 __llvm_ctx_profile_get_context(&FakeCalleeAddress, 3, 1 << 20, 1); in TEST_F()
175 int FakeCalleeAddress = 0; in TEST_F() local
176 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
178 auto *Subctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F()