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

<<11121314151617181920>>

  /external/llvm/test/Transforms/GVN/
2011-09-07-TypeIdFor.ll 26 %0 = landingpad { i8*, i32 } personality i32 (i32, i64, i8*, i8*)* @__gxx_personality_v0
  /external/llvm/test/Transforms/IndVarSimplify/
interesting-invoke-use.ll 50 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
  /external/llvm/test/Transforms/LoopUnswitch/
2011-09-26-EHCrash.ll 41 %1 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /external/llvm/test/Transforms/ObjCARC/
contract-testcases.ll 85 %tmp1 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 157 "personality",
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 46 ".text*personality*",
47 ".data*personality*",
48 ".gnu.linkonce.d*personality*",
49 ".sdata*personality*"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cif-code.def 95 DEFCIFCODE(EH_PERSONALITY, N_("exception handling personality mismatch"))
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/raid/
md_u.h 114 int personality; member in struct:mdu_param_s
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/raid/
md_u.h 114 int personality; member in struct:mdu_param_s
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/raid/
md_u.h 114 int personality; member in struct:mdu_param_s
  /external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll 93 %val = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
126 %val = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /external/ltrace/
handle_event.c 352 assert(proc->personality < sizeof signalents / sizeof signalents[0]);
353 if (signum < 0 || signum >= nsignals[proc->personality]) {
356 return signalents[proc->personality][signum];
378 assert(proc->personality < sizeof syscallents / sizeof syscallents[0]);
379 if (sysnum < 0 || sysnum >= nsyscalls[proc->personality]) {
383 return syscallents[proc->personality][sysnum];
  /external/strace/
syscall.c 283 set_personality(int personality)
285 nsyscalls = nsyscall_vec[personality];
286 sysent = sysent_vec[personality];
288 switch (personality) {
319 current_personality = personality;
321 current_wordsize = personality_wordsize[personality];
326 update_personality(struct tcb *tcp, int personality)
328 if (personality == current_personality)
330 set_personality(personality);
332 if (personality == tcp->currpers
    [all...]
defs.h 340 /* one personality */
344 /* The existing ARM personality, then AArch64 */
417 int currpers; /* Personality at the time of scno update */
773 extern void set_personality(int personality);
776 # define set_personality(personality) ((void)0)
  /external/llvm/test/CodeGen/ARM/
ehabi.ll 99 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
116 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
126 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
151 ; CHECK-FP: .personality __gxx_personality_v0
161 ; CHECK-FP-ELIM: .personality __gxx_personality_v0
175 ; CHECK-V7-FP: .personality __gxx_personality_v0
187 ; CHECK-V7-FP-ELIM: .personality __gxx_personality_v0
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/llvm/docs/
ExceptionHandling.rst 86 supplying *personalities*. An exception handling personality is defined by
87 way of a *personality function* (e.g. ``__gxx_personality_v0`` in C++),
90 table for the current function. The personality function for the current
157 The ``landingpad`` instruction takes a reference to the personality function to
293 call frame's language-specific personality function. Not all unwinders guarantee
  /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*)
193 // 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/libcxxabi/include/
unwind.h 283 // personality handler to get the CFA (stack pointer before call) of
289 // personality handler. Similar to _Unwind_GetIP() but also returns in
  /external/llvm/test/CodeGen/PowerPC/
glob-comp-aa-crash.ll 53 %1 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
60 %4 = 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
  /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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 290 // personality handler to get the CFA (stack pointer before call) of
296 // personality handler. Similar to _Unwind_GetIP() but also returns in

Completed in 694 milliseconds

<<11121314151617181920>>