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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/ExecutionEngine/MCJIT/Inputs/
multi-module-eh-b.ll 1 declare i8* @__cxa_allocate_exception(i64)
10 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
  /external/llvm/test/ExecutionEngine/MCJIT/
eh.ll 3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
eh-lg-pic.ll 3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
eh-sm-pic.ll 3 declare i8* @__cxa_allocate_exception(i64)
12 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
multi-module-eh-a.ll 3 declare i8* @__cxa_allocate_exception(i64)
14 %exception = tail call i8* @__cxa_allocate_exception(i64 4)
  /external/llvm/test/CodeGen/ARM/
gv-stubs-crash.ll 20 %exn = call i8* @__cxa_allocate_exception(i32 8) nounwind
30 declare i8* @__cxa_allocate_exception(i32)
ehabi-filters.ll 9 declare i8* @__cxa_allocate_exception(i32)
20 %exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind
eh-dispcont.ll 12 %exception = tail call i8* @__cxa_allocate_exception(i32 4) #1
30 declare i8* @__cxa_allocate_exception(i32)
2010-07-26-GlobalMerge.ll 22 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/Mips/
ex2.ll 18 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind
29 declare i8* @__cxa_allocate_exception(i32)
eh.ll 19 %exception = tail call i8* @__cxa_allocate_exception(i32 8) nounwind
53 declare i8* @__cxa_allocate_exception(i32)
mips16ex.ll 18 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind
79 declare i8* @__cxa_allocate_exception(i32)
  /external/clang/test/CodeGenCXX/
threadsafe-statics-exceptions.cpp 19 // CHECK: call i8* @__cxa_allocate_exception
runtimecc.cpp 37 // CHECK: [[T0:%.*]] = call arm_aapcscc i8* @__cxa_allocate_exception(i32 4) [[NOUNWIND]]
44 // CHECK: declare arm_aapcscc i8* @__cxa_allocate_exception(i32)
eh.cpp 13 // CHECK: [[EXNOBJ:%.*]] = call i8* @__cxa_allocate_exception(i64 8)
35 // CHECK-NEXT: [[EXNOBJ:%.*]] = call i8* @__cxa_allocate_exception(i64 16)
55 // CHECK: [[EXNOBJ:%.*]] = call i8* @__cxa_allocate_exception(i64 8)
83 // CHECK: [[EXNOBJ:%.*]] = call i8* @__cxa_allocate_exception(i64 1)
111 // CHECK-NEXT: [[EXNALLOC:%.*]] = call i8* @__cxa_allocate_exception
425 // CHECK: [[EXN:%.*]] = call i8* @__cxa_allocate_exception(i64 4)
windows-itanium-exceptions.cpp 16 // CHECK: %exception = call {{.*}}i8* @__cxa_allocate_exception(i32 4)
  /external/llvm/test/Transforms/SimplifyCFG/
trivial-throw.ll 10 %exception = call i8* @__cxa_allocate_exception(i64 1) #4
62 declare i8* @__cxa_allocate_exception(i64)
  /external/llvm/test/CodeGen/XCore/
exception.ll 8 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/CodeGen/SPARC/
exception.ll 77 %1 = tail call i8* @__cxa_allocate_exception(i32 4) #1
136 declare i8* @__cxa_allocate_exception(i32) #1
  /external/libcxxabi/src/
cxa_exception.hpp 34 // __cxa_allocate_exception.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 34 // __cxa_allocate_exception.
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 2 // __cxa_allocate_exception's emergency buffer mutex will
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 2 // __cxa_allocate_exception's emergency buffer mutex will
  /external/llvm/test/Transforms/DebugIR/
exception.ll 19 %7 = call i8* @__cxa_allocate_exception(i64 4) #2 ; CHECK-NEXT: !dbg
68 declare i8* @__cxa_allocate_exception(i64)
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/
libgabi++_shared.so 

Completed in 2253 milliseconds

1 2 3 4 5 6 7 8 91011>>