Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp147 OnCreatedFunction OnCreated) { in Create() argument
188 OnCreated = std::move(OnCreated)]( in Create()
191 OnCreated(Alloc.takeError()); in Create()
193 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_fuchsia.h29 void OnCreated(void *arg) override;
Dlsan_fuchsia.cpp36 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __lsan::ThreadContext
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.h46 void OnCreated(void *arg) override;
Dasan_thread.cpp29 void AsanThreadContext::OnCreated(void *arg) { in OnCreated() function in __asan::AsanThreadContext
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h79 virtual void OnCreated(void *arg) {} in OnCreated() function
Dsanitizer_thread_registry.cpp92 OnCreated(arg); in SetCreated()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp174 void OnCreated(void *arg) { in OnCreated() function in __sanitizer::__anon0ffa52780111::TestThreadContext
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h320 SegmentMap Segments, OnCreatedFunction OnCreated);
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp135 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext
Dtsan_rtl.h279 void OnCreated(void *arg) override;