Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_profiling.cpp92 auto AllocatorsUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
103 auto NodeBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
110 auto RootsBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
118 auto ShadowStackBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
461 at_scope_exit([]() XRAY_NEVER_INSTRUMENT { cleanupTLD(); }); in profilingLoggingInit()
HDxray_buffer_queue.cpp86 auto CleanupBackingStore = at_scope_exit([&, this] { in init()
98 auto CleanupExtentsBackingStore = at_scope_exit([&, this] { in init()
HDxray_profile_collector.cpp254 auto ProfileArenaCleanup = at_scope_exit( in serialize()
261 auto PathArenaCleanup = at_scope_exit( in serialize()
HDxray_fdr_logging.cpp312 auto ResetToUnitialized = at_scope_exit([] { in fdrLoggingFlush()
317 auto CleanupBuffers = at_scope_exit([] { in fdrLoggingFlush()
HDxray_interface.cpp242 at_scope_exit([&PatchingSuccess] { in controlPatching()
HDxray_basic_logging.cpp341 auto ExitGuard = at_scope_exit([&TLD] { in TLDDestructor()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilFuchsia.cpp423 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
458 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
507 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mac.cpp249 auto fd_closer = at_scope_exit([&] { in internal_spawn_impl()
276 auto acts_cleanup = at_scope_exit([&] { in internal_spawn_impl()
290 auto attrs_cleanup = at_scope_exit([&] { in internal_spawn_impl()
HDsanitizer_posix_libcdep.cpp430 auto file_closer = at_scope_exit([&] { in StartSubprocess()
HDsanitizer_common.h942 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp861 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); in STDCXX_INTERCEPTOR()