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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Generic/
2007-02-25-invoke.ll 6 define i32 @test2() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/tools/llvm-objdump/
macho-compact-unwind-i386.test 8 # CHECK-NOT: personality function
14 # CHECK: personality function: 0x288 __pointers + 0x8
20 # CHECK: personality function: 0x288 __pointers + 0x8
26 # CHECK-NOT: personality function
macho-compact-unwind-x86_64.test 8 # CHECK-NOT: personality function
14 # CHECK: personality function: 0x0 ___gxx_personality_v0
20 # CHECK: personality function: 0x0 ___gxx_personality_v0
26 # CHECK-NOT: personality function
macho-unwind-info-arm64.test 10 # CHECK: Personality function array section offset: 0x24
11 # CHECK: Number of personality functions in array: 0x1
17 # CHECK: Personality functions: (count = 1)
18 # CHECK: personality[1]: 0x00008008
macho-unwind-info-x86_64.test 10 # CHECK: Personality function array section offset: 0x24
11 # CHECK: Number of personality functions in array: 0x1
17 # CHECK: Personality functions: (count = 1)
18 # CHECK: personality[1]: 0x00001018
  /external/strace/tests/
personality.test 3 # Check personality syscall decoding.
  /external/llvm/test/Feature/
exception.ll 9 define void @_Z3barv() uwtable optsize ssp personality i32 (...)* @__gxx_personality_v0 {
29 define void @cleanupret0() personality i32 (...)* @__gxx_personality_v0 {
41 define void @cleanupret1() personality i32 (...)* @__gxx_personality_v0 {
55 define void @cleanupret2() personality i32 (...)* @__gxx_personality_v0 {
68 define void @catchret0() personality i32 (...)* @__gxx_personality_v0 {
82 define void @catchret1() personality i32 (...)* @__gxx_personality_v0 {
98 define void @catchret2() personality i32 (...)* @__gxx_personality_v0 {
113 define i8 @catchpad() personality i32 (...)* @__gxx_personality_v0 {
126 define void @cleanuppad() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/MC/ARM/
eh-directive-personality-diagnostics.s 4 @ Check the diagnostics for .personality directive.
11 @ TEST1: .personality before .fnstart
16 .personality __gxx_personality_v0
17 @ CHECK: error: .fnstart must precede .personality directive
18 @ CHECK: .personality __gxx_personality_v0
27 @ TEST2: .personality after .handlerdata
35 .personality __gxx_personality_v0
36 @ CHECK: error: .personality must precede .handlerdata directive
37 @ CHECK: .personality __gxx_personality_v0
  /external/libunwind_llvm/src/
Unwind-sjlj.c 32 // function also sets the personality and lsda fields of the block.
44 // set by personality handler to be parameters passed to landing pad function
48 __personality_routine personality; // arm offset=24 member in struct:_Unwind_FunctionContext
89 // if there is a personality routine, ask it if it will want to stop at this
91 if (c->personality != NULL) {
93 "personality function %p\n",
94 exception_object, c->personality);
95 _Unwind_Reason_Code personalityResult = (*c->personality)(
145 // if there is a personality routine, tell it we are unwinding
146 if (c->personality != NULL)
    [all...]
UnwindLevel1.c 58 // See if frame has code to run (has personality routine).
81 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n",
86 // If there is a personality routine, ask it if it will want to stop at
92 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
177 ", personality=0x%" PRIx64 "\n",
183 // If there is a personality routine, tell it we are unwinding.
189 // Tell personality this was the frame it marked in phase 1.
203 _LIBUNWIND_ABORT("during phase1 personality function said it would "
211 // Personality routine says to transfer control to landing pad.
226 // Personality routine returned an unknown result code
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 32 // function also sets the personality and lsda fields of the block.
44 // set by personality handler to be parameters passed to landing pad function
48 __personality_routine personality; // arm offset=24 member in struct:_Unwind_FunctionContext
89 // if there is a personality routine, ask it if it will want to stop at this
91 if (c->personality != NULL) {
93 "personality function %p\n",
94 exception_object, c->personality);
95 _Unwind_Reason_Code personalityResult = (*c->personality)(
145 // if there is a personality routine, tell it we are unwinding
146 if (c->personality != NULL)
    [all...]
UnwindLevel1.c 51 // See if frame has code to run (has personality routine).
74 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n",
79 // If there is a personality routine, ask it if it will want to stop at
85 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
170 ", personality=0x%" PRIx64 "\n",
176 // If there is a personality routine, tell it we are unwinding.
182 // Tell personality this was the frame it marked in phase 1.
196 _LIBUNWIND_ABORT("during phase1 personality function said it would "
204 // Personality routine says to transfer control to landing pad.
219 // Personality routine returned an unknown result code
    [all...]
  /external/llvm/include/llvm/Analysis/
EHPersonalities.h 34 /// \brief See if the given exception handling personality function is one
39 /// \brief Returns true if this personality function catches asynchronous
42 // The two SEH personality functions can catch asynch exceptions. We assume
54 /// \brief Returns true if this is a personality function that invokes
69 /// \brief Return true if this personality may be safely removed if there
86 /// \brief If an EH funclet personality is in use (see isFuncletEHPersonality),
  /external/clang/test/CodeGenCXX/
mingw-w64-seh-exceptions.cpp 19 // X64-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_seh0 to i8*)
24 // X86-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /external/llvm/test/Transforms/DeadArgElim/
2009-03-17-MRE-Invoke.ll 8 define i32 @bar() personality i32 (...)* @__gxx_personality_v0 {
19 define i32 @bar2() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/Transforms/PruneEH/
recursivetest.ll 3 define internal i32 @foo() personality i32 (...)* @__gxx_personality_v0 {
14 define i32 @caller() personality i32 (...)* @__gxx_personality_v0 {
  /external/clang/test/CodeGenObjCXX/
exception-cxx.mm 12 // CHECK: define void @_ZN5test03fooEv() #0 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
personality-abuse.mm 19 // CHECK: define void @_Z3foov() #1 personality i8* bitcast (i32 ()* @__objc_personality_v0 to i8*)
  /external/llvm/test/CodeGen/X86/
token_landingpad.ll 5 define void @test() personality i32 (...)* @dummy_personality {
  /external/llvm/test/Other/
2008-10-15-MissingSpace.ll 4 define void @f() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/Transforms/Inline/
2003-09-22-PHINodeInlineFail.ll 3 define i32 @main() personality i32 (...)* @__gxx_personality_v0 {
  /external/llvm/test/Transforms/SimplifyCFG/
2011-09-05-TrivialLPad.ll 8 define i32 @foo() personality i32 (i32, i64, i8*, i8*)* @__gxx_personality_v0 {
  /bionic/tests/
sys_personality_test.cpp 19 #include <sys/personality.h>
22 int persona = personality(0xffffffff) & PER_MASK;
24 // When personality syscall is executed on mips64, for a 32bit process
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l 2 [^:]*:8: Error: stack pointer offset too large for personality routine
3 [^:]*:20: Error: stack frame layout does not match personality routine
4 [^:]*:33: Error: stack frame layout does not match personality routine
  /external/llvm/test/DebugInfo/AArch64/
eh_frame_personality.ll 8 define i64 @foo(i64 %lhs, i64 %rhs) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
27 ; The key test here is that the personality routine is sanely encoded (under the
37 ; 7a 50 4c 52 00: Augmentation string "zPLR" (personality routine, language-specific data, pointer format)
42 ; 00: Personality encoding is DW_EH_PE_absptr
43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously

Completed in 1018 milliseconds

12 3 4 5 6 7 8 91011>>