Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp87 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl() local
97 if (!CheckUnwind && !CheckReturn) in runImpl()
102 if (CheckUnwind && TI->mayThrow()) { in runImpl()
109 if ((!CheckUnwind || SCCMightUnwind) && in runImpl()
115 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp53 static void CheckUnwind() { in CheckUnwind() function
162 SetCheckUnwindCallback(CheckUnwind); in MemprofInitInternal()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp68 static void CheckUnwind() { in CheckUnwind() function
414 SetCheckUnwindCallback(CheckUnwind); in AsanInitInternal()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.cpp138 static void CheckUnwind() { in CheckUnwind() function
336 SetCheckUnwindCallback(CheckUnwind); in __hwasan_init()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.cpp418 static void CheckUnwind() { in CheckUnwind() function
435 SetCheckUnwindCallback(CheckUnwind); in __msan_init()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp382 void CheckUnwind() { in CheckUnwind() function
405 SetCheckUnwindCallback(CheckUnwind); in Initialize()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp660 void CheckUnwind() { in CheckUnwind() function
686 SetCheckUnwindCallback(CheckUnwind); in Initialize()