Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp54 __llvm_ctx_profile_release_context(&Root); in TEST_F()
81 __llvm_ctx_profile_release_context(&Root); in TEST_F()
128 __llvm_ctx_profile_release_context(&Root); in TEST_F()
163 __llvm_ctx_profile_release_context(&Root); in TEST_F()
180 __llvm_ctx_profile_release_context(&Root); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h151 void __llvm_ctx_profile_release_context(__ctx_profile::ContextRoot *Root);
H A DCtxInstrProfiling.cpp272 void __llvm_ctx_profile_release_context(ContextRoot *Root) in __llvm_ctx_profile_release_context() function