Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp43 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
61 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
96 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
132 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
155 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
174 auto *Ctx = __llvm_ctx_profile_start_context(&Root, 1, 10, 4); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h145 ContextNode *__llvm_ctx_profile_start_context(__ctx_profile::ContextRoot *Root,
H A DCtxInstrProfiling.cpp256 ContextNode *__llvm_ctx_profile_start_context( in __llvm_ctx_profile_start_context() function