Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.cpp148 OnCreatedFunction OnCreated) { in Create() argument
192 OnCreated = std::move(OnCreated)]( in Create()
195 OnCreated(Alloc.takeError()); in Create()
197 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_fuchsia.h29 void OnCreated(void *arg) override;
HDlsan_fuchsia.cpp36 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __lsan::ThreadContext
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.h44 void OnCreated(void *arg) override;
HDmemprof_thread.cpp27 void MemprofThreadContext::OnCreated(void *arg) { in OnCreated() function in __memprof::MemprofThreadContext
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_thread_registry.h79 virtual void OnCreated(void *arg) {} in OnCreated() function
HDsanitizer_thread_registry.cpp92 OnCreated(arg); in SetCreated()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_thread.h47 void OnCreated(void *arg) override;
HDasan_thread.cpp30 void AsanThreadContext::OnCreated(void *arg) { in OnCreated() function in __asan::AsanThreadContext
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h323 SegmentMap Segments, OnCreatedFunction OnCreated);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_thread.cpp135 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext
HDtsan_rtl.h279 void OnCreated(void *arg) override;