Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.h91 uint64_t __gwp_asan_get_allocation_thread_id(
H A Dcrash_handler.cpp117 uint64_t __gwp_asan_get_allocation_thread_id( in __gwp_asan_get_allocation_thread_id() function
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp178 uint64_t ThreadID = __gwp_asan_get_allocation_thread_id(AllocMeta); in dumpReport()