/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
preprocess.ll | 42 define void @test8() gc "statepoint-example" personality i32 ()* undef {
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
preprocess.ll | 43 define void @test8() gc "statepoint-example" personality i32 ()* undef {
|
/external/llvm/test/Transforms/SCCP/ |
2007-05-16-InvokeCrash.ll | 4 define void @_ada_bench() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
|
/external/llvm/test/Transforms/SimplifyCFG/ |
UnreachableEliminate.ll | 16 define void @test2() personality i32 (...)* @__gxx_personality_v0 {
|
/external/llvm/test/Verifier/ |
operand-bundles.ll | 20 define void @f1(i32* %ptr) personality i8 3 {
|
range-2.ll | 50 define void @invoke_all(i8* %x) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
unwind.s | 9 .section .personality 47 .personality __personality 75 .personality __personality 150 @ CHECK: SectionName: .ARM.exidx.personality
|
/external/minijail/ |
libminijail-private.h | 43 * and parent process (personality, etc).
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
unwind.h | 33 /* Use IP as a scratch register within the personality routine. */
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
unwind.h | 33 /* Use IP as a scratch register within the personality routine. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
unwind.h | 108 /* The ACTIONS argument to the personality routine is a bitwise OR of one 126 destroyed by the system, and passed to the personality routine 167 the unwind library and the personality routine and landing pad. Only 185 /* The personality routine is the function in the C++ (or other language)
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/ |
plexus-velocity-1.1.7.jar | |
/toolchain/binutils/binutils-2.25/gas/ |
dw2gencfi.h | 112 expressionS personality; member in struct:fde_entry
|
dw2gencfi.c | 283 expressionS personality; member in struct:cie_entry 858 expression_and_evaluate (&fde->personality); 859 switch (fde->personality.X_op) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind-err.l | 3 .*:2: Error: .personality outside of procedure
|
/external/llvm/lib/CodeGen/ |
WinEHPrepare.cpp | 11 // backend wants for functions using a personality function from a runtime 12 // provided by MSVC. Functions with other personality functions are left alone 14 // personality functions require cleanup code to be outlined, and the C++ 15 // personality requires catch handler code to be outlined. 82 EHPersonality Personality = EHPersonality::Unknown; 102 // Classify the personality to see what kind of preparation we need. 103 Personality = classifyEHPersonality(Fn.getPersonalityFn()); 105 // Do nothing if this is not a funclet-based personality. 106 if (!isFuncletEHPersonality(Personality)) 284 report_fatal_error("Cleanup funclets for the MSVC++ personality cannot [all...] |
/external/strace/ |
NEWS | 5 * Enhanced decoding of personality syscall. 15 personality. In these cases, syscall filtering and printing now 17 macros of the tracee's architecture and personality. 22 * Implemented reliable tracing of processes whose personality differs 23 from the personality of strace, fixed decoding of 32-bit personality 180 * Enhanced tracing of x86 personality processes on x86_64 and x32. 181 * Enhanced tracing of ARM personality processes on AArch64. 182 * Enhanced 32/64bit personality detection on PowerPC. 218 * Implemented more reliable PTRACE_GETREGSET-based process personality [all...] |