Searched refs:__cxa_allocate_exception (Results 1 – 25 of 29) sorted by relevance
12
6 declare i8* @__cxa_allocate_exception(i64)15 %exception = call i8* @__cxa_allocate_exception(i64 4)
1 declare i8* @__cxa_allocate_exception(i64)10 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
3 declare i8* @__cxa_allocate_exception(i64)12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
3 declare i8* @__cxa_allocate_exception(i64)14 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
18 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind29 declare i8* @__cxa_allocate_exception(i32)
19 %exception = tail call i8* @__cxa_allocate_exception(i32 8) nounwind54 declare i8* @__cxa_allocate_exception(i32)
20 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind81 declare i8* @__cxa_allocate_exception(i32)
20 %exn = call i8* @__cxa_allocate_exception(i32 8) nounwind30 declare i8* @__cxa_allocate_exception(i32)
9 declare i8* @__cxa_allocate_exception(i32)20 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind
12 %exception = tail call i8* @__cxa_allocate_exception(i32 4) #130 declare i8* @__cxa_allocate_exception(i32)
22 declare i8* @__cxa_allocate_exception(i32)46 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind ; <i8*> [#uses=2]
8 declare i8* @__cxa_allocate_exception(i32)31 ; CHECK: bl __cxa_allocate_exception37 %0 = call i8* @__cxa_allocate_exception(i32 4) nounwind
93 %exception = call i8* @__cxa_allocate_exception(i64 1) #0122 declare i8* @__cxa_allocate_exception(i64)
77 %1 = tail call i8* @__cxa_allocate_exception(i32 4) #1136 declare i8* @__cxa_allocate_exception(i32) #1
25 %exception = call i8* @__cxa_allocate_exception(i64 4)37 declare i8* @__cxa_allocate_exception(i64)
38 extern void * __cxa_allocate_exception(size_t thrown_size) throw();
266 testfile6: 5a7 __cxa_allocate_exception309 testfile7: 5a7 __cxa_allocate_exception
159 void * __cxa_allocate_exception (size_t thrown_size) throw() { in __cxa_allocate_exception() function