Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp62 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()
[all …]