HomeSort by relevance Sort by last modified time
    Searched full:personality (Results 451 - 475 of 1343) sorted by null

<<11121314151617181920>>

  /device/htc/flounder/gps/qct/lib_vendor/
libperipheral_client.so 
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 139 * This personality routine is called by the system unwinder
144 // the setjump-longjump based exceptions personality routine has a different name
  /external/libunwind/doc/
unw_get_proc_info.man 71 a personality routine, the handler
unw_get_proc_info.tex 39 handler routine. This is sometimes called the \emph{personality}
41 a personality routine, the \Var{handler} member is cleared to 0. \\
  /external/llvm/test/Analysis/Lint/
cppeh-catch-intrinsics-clean.ll 15 define void @test_ref_clean() personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
46 define void @test_ref_clean_multibranch() personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
  /external/llvm/test/CodeGen/WinEH/
wineh-statenumbering.ll 25 define i32 @main() #0 personality i32 (...)* @__CxxFrameHandler3 {
74 define i32 @nopads() #0 personality i32 (...)* @__CxxFrameHandler3 {
  /external/llvm/test/CodeGen/X86/
catchpad-regmask.ll 35 define void @global_array(i32 %idx1, i32 %idx2, i32 %idx3) #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
91 define void @access_imported() #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
statepoint-invoke.ll 12 gc "statepoint-example" personality i32 ()* @"personality_function" {
49 gc "statepoint-example" personality i32 ()* @personality_function {
79 gc "statepoint-example" personality i32 ()* @"personality_function" {
138 gc "statepoint-example" personality i32 ()* @"personality_function" {
164 gc "statepoint-example" personality i32 ()* @"personality_function" {
win-catchpad-csrs.ll 19 define i32 @try_catch_catch() personality i32 (...)* @__CxxFrameHandler3 {
148 define i32 @try_one_csr() personality i32 (...)* @__CxxFrameHandler3 {
215 define i32 @try_no_csr() personality i32 (...)* @__CxxFrameHandler3 {
win32-seh-catchpad.ll 6 define void @try_except() #0 personality i8* bitcast (i32 (...)* @_except_handler3 to i8*) {
70 define void @nested_exceptions() #0 personality i8* bitcast (i32 (...)* @_except_handler3 to i8*) {
186 define void @code_in_catchpad() #0 personality i8* bitcast (i32 (...)* @_except_handler3 to i8*) {
  /external/llvm/test/MC/ARM/
eh-directive-integrated-test.s 50 .personality __gxx_personality_v0
84 .personality __gxx_personality_v0
  /external/llvm/test/Transforms/CodeGenPrepare/X86/
catchpad-phi-cast.ll 20 define void @test(i32* %addr) personality i32 (...)* @__CxxFrameHandler3 {
70 define void @test_dbg_value() personality i32 (...)* @__CxxFrameHandler3 {
  /external/llvm/test/Transforms/InstCombine/
AddOverFlow.ll 42 define i16 @add_bounded_values(i16 %a, i16 %b) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
58 define i16 @add_bounded_values_2(i16 %a, i16 %b) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
  /external/llvm/test/Transforms/LoopStrengthReduce/
dominate-assert.ll 7 define void @f() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
43 define void @h() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
basic.ll 16 define i32 addrspace(1)* @f1(i32 addrspace(1)* %arg) gc "statepoint-example" personality i32 8 {
46 define i32 addrspace(1)* @f3(i32 addrspace(1)* %arg) gc "statepoint-example" personality i32 8 {
  /external/libunwind_llvm/include/mach-o/
compact_unwind_encoding.h 59 // 2-bit: personality index
194 // 2-bit: personality index
276 // 2-bit: personality index
350 // personality-function or zero if no personality function
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 59 // 2-bit: personality index
194 // 2-bit: personality index
276 // 2-bit: personality index
350 // personality-function or zero if no personality function
  /external/libunwind_llvm/src/
UnwindCursor.hpp 753 // Grab the index of the personality routine from the compact form.
776 _LIBUNWIND_ABORT("unknown personality routine");
880 _info.handler = cieInfo.personality;
962 pint_t personality = 0; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 739 // Grab the index of the personality routine from the compact form.
759 _LIBUNWIND_ABORT("unknown personality routine");
863 _info.handler = cieInfo.personality;
945 pint_t personality = 0; local
    [all...]
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 15 // CHECK-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
103 // CHECK-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
134 // CHECK-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 34 #include <sys/personality.h>
72 // Uname may report misleading results if personality type
75 int pers = personality(0xffffffffUL);
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 129 define fastcc void @_ZSt19__throw_logic_errorPKc() personality i32 (...)* @__gxx_personality_v0 {
160 define fastcc void @_ZNSt12length_errorC1ERKSs() personality i32 (...)* @__gxx_personality_v0 {
198 define fastcc void @_ZNSsC1ERKSs() personality i32 (...)* @__gxx_personality_v0 {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/
md_p.h 33 * 64 - 127 Personality specific information.
127 __u32 level; /* 7 Raid personality */
169 * Personality information
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/
md_p.h 33 * 64 - 127 Personality specific information.
127 __u32 level; /* 7 Raid personality */
169 * Personality information
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 111 int personality; member in struct:mdu_param_s

Completed in 473 milliseconds

<<11121314151617181920>>