Home
last modified time | relevance | path

Searched refs:__cxa_allocate_exception (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/test/CodeGen/PowerPC/
Dppc64le-crsave.ll6 declare i8* @__cxa_allocate_exception(i64)
15 %exception = call i8* @__cxa_allocate_exception(i64 4)
/external/llvm/test/ExecutionEngine/OrcMCJIT/Inputs/
Dmulti-module-eh-b.ll1 declare i8* @__cxa_allocate_exception(i64)
10 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
/external/llvm/test/ExecutionEngine/MCJIT/Inputs/
Dmulti-module-eh-b.ll1 declare i8* @__cxa_allocate_exception(i64)
10 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
/external/llvm/test/ExecutionEngine/MCJIT/
Deh.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Deh-sm-pic.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Deh-lg-pic.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Dmulti-module-eh-a.ll3 declare i8* @__cxa_allocate_exception(i64)
14 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
/external/llvm/test/CodeGen/Mips/
Dex2.ll18 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind
29 declare i8* @__cxa_allocate_exception(i32)
Deh.ll19 %exception = tail call i8* @__cxa_allocate_exception(i32 8) nounwind
54 declare i8* @__cxa_allocate_exception(i32)
Dmips16ex.ll20 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind
81 declare i8* @__cxa_allocate_exception(i32)
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Deh.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Deh-lg-pic.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Deh-sm-pic.ll3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
Dmulti-module-eh-a.ll3 declare i8* @__cxa_allocate_exception(i64)
14 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
/external/llvm/test/CodeGen/ARM/
Dgv-stubs-crash.ll20 %exn = call i8* @__cxa_allocate_exception(i32 8) nounwind
30 declare i8* @__cxa_allocate_exception(i32)
Dehabi-filters.ll9 declare i8* @__cxa_allocate_exception(i32)
20 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind
Deh-dispcont.ll12 %exception = tail call i8* @__cxa_allocate_exception(i32 4) #1
30 declare i8* @__cxa_allocate_exception(i32)
D2010-07-26-GlobalMerge.ll22 declare i8* @__cxa_allocate_exception(i32)
46 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind ; <i8*> [#uses=2]
/external/llvm/test/CodeGen/XCore/
Dexception.ll8 declare i8* @__cxa_allocate_exception(i32)
31 ; CHECK: bl __cxa_allocate_exception
37 %0 = call i8* @__cxa_allocate_exception(i32 4) nounwind
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dnoreturn.ll93 %exception = call i8* @__cxa_allocate_exception(i64 1) #0
122 declare i8* @__cxa_allocate_exception(i64)
/external/llvm/test/CodeGen/SPARC/
Dexception.ll77 %1 = tail call i8* @__cxa_allocate_exception(i32 4) #1
136 declare i8* @__cxa_allocate_exception(i32) #1
/external/llvm/test/Transforms/PGOProfile/
Dlandingpad.ll25 %exception = call i8* @__cxa_allocate_exception(i64 4)
37 declare i8* @__cxa_allocate_exception(i64)
/external/libcxxabi/include/
Dcxxabi.h38 extern void * __cxa_allocate_exception(size_t thrown_size) throw();
/external/elfutils/tests/
Drun-strings-test.sh266 testfile6: 5a7 __cxa_allocate_exception
309 testfile7: 5a7 __cxa_allocate_exception
/external/libcxxabi/src/
Dcxa_exception.cpp159 void * __cxa_allocate_exception (size_t thrown_size) throw() { in __cxa_allocate_exception() function

12