Searched refs:__llvm_ctx_profile_get_context (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 70 auto *Subctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F() 89 auto *Ctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F() 102 __llvm_ctx_profile_get_context(&OtherFakeCalleeAddress, 2, 3, 1); in TEST_F() 115 __llvm_ctx_profile_get_context(&ThirdFakeCalleeAddress, 3, 0, 0); in TEST_F() 123 __llvm_ctx_profile_get_context(&ThirdFakeCalleeAddress, 3, 0, 0); in TEST_F() 141 __llvm_ctx_profile_get_context(&FakeCalleeAddress, 3, 1 << 20, 1); in TEST_F() 178 auto *Subctx = __llvm_ctx_profile_get_context(&FakeCalleeAddress, 2, 3, 1); in TEST_F()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.h | 155 ContextNode *__llvm_ctx_profile_get_context(void *Callee, GUID Guid,
|
H A D | CtxInstrProfiling.cpp | 184 ContextNode *__llvm_ctx_profile_get_context(void *Callee, GUID Guid, in __llvm_ctx_profile_get_context() function
|