Searched
full:personality (Results
326 -
350 of
596) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGenCXX/ |
eh.cpp | 118 // CHECK: [[CAUGHTVAL:%.*]] = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) 140 // CHECK: [[CAUGHTVAL:%.*]] = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) 196 // CHECK: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
|
/external/llvm/test/Transforms/LoopRotate/ |
multiple-exits.ll | 109 %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) 135 %5 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) 152 %9 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
|
/external/llvm/test/CodeGen/X86/ |
2008-04-17-CoalescerBug.ll | 154 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 158 %exn8185 = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
2010-04-06-SSEDomainFixCrash.ll | 63 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
fast-isel-gep.ll | 106 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
unwindraise.ll | 38 %personality = getelementptr inbounds %struct._Unwind_FrameState* %fs, i64 0, i32 6 53 %4 = load i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)** %personality, align 8 127 %personality.i = getelementptr inbounds %struct._Unwind_FrameState* %fs.i, i64 0, i32 6 141 %21 = load i32 (i32, i32, i64, %struct._Unwind_Exception*, %struct._Unwind_Context*)** %personality.i, align 8
|
/external/llvm/test/MC/ARM/ |
eh-compact-pr0.s | 53 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0 87 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
|
eh-directive-section-multiple-func.s | 25 .personality __gxx_personality_v0 35 .personality __gxx_personality_v0
|
/external/llvm/test/Transforms/ObjCARC/ |
no-objc-arc-exceptions.ll | 56 %t8 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__objc_personality_v0 to i8*) 111 %t8 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__objc_personality_v0 to i8*)
|
/external/qemu/ |
ppc.ld | 61 KEEP (*(.text.*personality*)) 151 KEEP (*(.gnu.linkonce.d.*personality*))
|
/external/llvm/test/CodeGen/Thumb2/ |
constant-islands.ll | [all...] |
/dalvik/vm/native/ |
dalvik_system_Zygote.cpp | 31 #include <sys/personality.h> 627 int current = personality(0xffffFFFF); 628 int success = personality((ADDR_NO_RANDOMIZE | current)); 630 ALOGW("Personality switch failed. current=%d error=%d\n", current, errno);
|
/external/kernel-headers/original/asm-x86/ |
page_32.h | 197 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \
|
/external/llvm/test/CodeGen/ARM/ |
crash.ll | 86 %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
|
eh-dispcont.ll | 19 %1 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
|
/external/llvm/test/Transforms/InstCombine/ |
call.ll | 117 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
/external/llvm/test/Transforms/LoopUnswitch/ |
2012-04-30-LoopUnswitch-LPad-Crash.ll | 36 %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
|
/external/llvm/test/Transforms/PhaseOrdering/ |
gdce.ll | 86 %1 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
|
/external/llvm/unittests/IR/ |
DominatorTreeTest.cpp | 175 " %y5 = landingpad i32 personality i32 ()* @g\n" \
|
/external/llvm/utils/vim/ |
llvm.vim | 51 syn keyword llvmKeyword nounwind optsize personality private protected
|
/ndk/sources/cxx-stl/gabi++/src/ |
personality.cc | 54 * Personality Routine
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
unwind.h | 92 _uw reserved2; /* Personality routine address */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind-arm-common.h | 92 _uw reserved2; /* Personality routine address */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 92 _uw reserved2; /* Personality routine address */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 92 _uw reserved2; /* Personality routine address */
|
Completed in 462 milliseconds
<<11121314151617181920>>