Home
last modified time | relevance | path

Searched refs:__llvm_ctx_profile_expected_callee (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp67 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
76 EXPECT_EQ(__llvm_ctx_profile_expected_callee[0], nullptr); in TEST_F()
99 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
107 EXPECT_EQ(__llvm_ctx_profile_expected_callee[0], nullptr); in TEST_F()
111 __llvm_ctx_profile_expected_callee[1] = &ThirdFakeCalleeAddress; in TEST_F()
120 __llvm_ctx_profile_expected_callee[0] = &ThirdFakeCalleeAddress; in TEST_F()
137 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
176 __llvm_ctx_profile_expected_callee[0] = &FakeCalleeAddress; in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp128 __thread void *volatile __llvm_ctx_profile_expected_callee[2] = {nullptr, variable
214 auto *ExpectedCallee = consume(__llvm_ctx_profile_expected_callee[0]); in __llvm_ctx_profile_get_context()
H A DCtxInstrProfiling.h133 extern __thread void *volatile __llvm_ctx_profile_expected_callee[2];