Home
last modified time | relevance | path

Searched refs:CheckUnwind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp66 static void CheckUnwind() { in CheckUnwind() function
185 SetCheckUnwindCallback(CheckUnwind); in MemprofInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp68 static void CheckUnwind() { in CheckUnwind() function
459 SetCheckUnwindCallback(CheckUnwind); in AsanInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp485 static void CheckUnwind() { in CheckUnwind() function
502 SetCheckUnwindCallback(CheckUnwind); in __msan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp164 static void CheckUnwind() { in CheckUnwind() function
364 SetCheckUnwindCallback(CheckUnwind); in __hwasan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp677 void CheckUnwind() { in CheckUnwind() function
710 SetCheckUnwindCallback(CheckUnwind); in Initialize()