Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp90 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl() local
100 if (!CheckUnwind && !CheckReturn) in runImpl()
105 if (CheckUnwind && TI->mayThrow()) { in runImpl()
112 if ((!CheckUnwind || SCCMightUnwind) && in runImpl()
118 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp51 static void CheckUnwind() { in CheckUnwind() function
167 SetCheckUnwindCallback(CheckUnwind); in MemprofInitInternal()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp66 static void CheckUnwind() { in CheckUnwind() function
427 SetCheckUnwindCallback(CheckUnwind); in AsanInitInternal()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp136 static void CheckUnwind() { in CheckUnwind() function
334 SetCheckUnwindCallback(CheckUnwind); in __hwasan_init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp414 static void CheckUnwind() { in CheckUnwind() function
431 SetCheckUnwindCallback(CheckUnwind); in __msan_init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp377 void CheckUnwind() { in CheckUnwind() function
399 SetCheckUnwindCallback(CheckUnwind); in Initialize()