HomeSort by relevance Sort by last modified time
    Searched full:__cxa_end_catch (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/ExecutionEngine/MCJIT/Inputs/
multi-module-eh-b.ll 4 declare void @__cxa_end_catch()
25 call void @__cxa_end_catch()
  /external/llvm/test/ExecutionEngine/MCJIT/
eh.ll 6 declare void @__cxa_end_catch()
27 call void @__cxa_end_catch()
eh-lg-pic.ll 6 declare void @__cxa_end_catch()
27 call void @__cxa_end_catch()
eh-sm-pic.ll 6 declare void @__cxa_end_catch()
27 call void @__cxa_end_catch()
multi-module-eh-a.ll 6 declare void @__cxa_end_catch()
29 call void @__cxa_end_catch()
  /external/llvm/test/Transforms/SCCP/
2009-01-14-IPSCCP-Invoke.ll 24 declare void @__cxa_end_catch()
  /external/llvm/test/CodeGen/Generic/
2007-12-31-UnusedSelector.ll 19 invoke void @__cxa_end_catch( )
33 declare void @__cxa_end_catch()
  /external/llvm/test/Transforms/GVN/
2011-09-07-TypeIdFor.ll 16 declare void @__cxa_end_catch()
46 tail call void @__cxa_end_catch() nounwind
51 tail call void @__cxa_end_catch() nounwind
71 tail call void @__cxa_end_catch() nounwind
76 tail call void @__cxa_end_catch() nounwind
  /external/llvm/test/CodeGen/AArch64/
arm64-big-endian-eh.ll 31 tail call void @__cxa_end_catch()
40 invoke void @__cxa_end_catch()
60 declare void @__cxa_end_catch()
pic-eh-stubs.ll 42 tail call void @__cxa_end_catch() nounwind
61 declare void @__cxa_end_catch()
  /external/llvm/test/CodeGen/ARM/
big-endian-eh-unwind.ll 31 tail call void @__cxa_end_catch()
40 invoke void @__cxa_end_catch()
60 declare void @__cxa_end_catch()
arm-ttype-target2.ll 25 tail call void @__cxa_end_catch()
44 declare void @__cxa_end_catch()
ehabi-handlerdata-nounwind.ll 26 declare void @__cxa_end_catch()
37 tail call void @__cxa_end_catch()
ehabi-handlerdata.ll 24 declare void @__cxa_end_catch()
35 tail call void @__cxa_end_catch()
2014-05-14-DwarfEHCrash.ll 27 tail call void @__cxa_end_catch() #2
46 declare void @__cxa_end_catch()
2012-04-24-SplitEHCriticalEdge.ll 24 declare void @__cxa_end_catch()
52 invoke void @__cxa_end_catch()
dwarf-eh.ll 42 call void @__cxa_end_catch()
62 declare void @__cxa_end_catch()
ehabi-filters.ll 62 tail call void @__cxa_end_catch() nounwind
73 declare void @__cxa_end_catch()
global-merge.ll 34 tail call void @__cxa_end_catch()
53 declare void @__cxa_end_catch()
  /external/llvm/test/CodeGen/X86/
personality.ll 16 invoke void @__cxa_end_catch()
40 declare void @__cxa_end_catch()
  /external/llvm/test/CodeGen/SPARC/
exception.ll 27 ; V8ABS: call __cxa_end_catch
30 ; V8ABS: call __cxa_end_catch
125 tail call void @__cxa_end_catch() #1
131 tail call void @__cxa_end_catch() #1
141 declare void @__cxa_end_catch()
  /external/llvm/test/CodeGen/Mips/
eh.ll 43 tail call void @__cxa_end_catch() nounwind
63 declare void @__cxa_end_catch()
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 240 __cxa_end_catch();
241 __cxa_end_catch();
304 // We need to __cxa_end_catch, but for the old exception,
309 // __cxa_end_catch destroying new_exception_header.
312 __cxa_end_catch();
313 __cxa_end_catch();
322 __cxa_end_catch();
323 __cxa_end_catch();
  /external/llvm/test/Transforms/Inline/
invoke-cost.ll 10 declare void @__cxa_end_catch()
  /external/clang/test/CodeGenCXX/
eh.cpp 146 // CHECK-NEXT: call void @__cxa_end_catch()
150 // CHECK-NEXT: call void @__cxa_end_catch
174 // CHECK: call void @__cxa_end_catch()
207 // __cxa_end_catch can throw for some kinds of caught exceptions.
226 // CHECK-NEXT: call void @__cxa_end_catch() [[NUW:#[0-9]+]]
233 // CHECK-NEXT: invoke void @__cxa_end_catch()
236 // CHECK-NEXT: invoke void @__cxa_end_catch()
259 // CHECK-NEXT: call void @__cxa_end_catch() [[NUW]]
280 // CHECK-NEXT: call void @__cxa_end_catch() [[NUW]]

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>