Home
last modified time | relevance | path

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 DCtxInstrProfilingTest.cpp70 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 DCtxInstrProfiling.h155 ContextNode *__llvm_ctx_profile_get_context(void *Callee, GUID Guid,
H A DCtxInstrProfiling.cpp184 ContextNode *__llvm_ctx_profile_get_context(void *Callee, GUID Guid, in __llvm_ctx_profile_get_context() function