/external/llvm/test/MC/ARM/ |
D | eh-directive-save.s | 34 .handlerdata 47 .handlerdata 60 .handlerdata 73 .handlerdata 86 .handlerdata 117 .handlerdata 130 .handlerdata 143 .handlerdata 173 .handlerdata 186 .handlerdata [all …]
|
D | eh-directive-cantunwind-diagnostics.s | 4 @ Check the diagnostics for .cantunwind, .handlerdata, and .personality 35 @ TEST2: cantunwind + handlerdata 43 .handlerdata 44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive 75 @ TEST4: handlerdata + cantunwind 82 .handlerdata
|
D | eh-directive-pad.s | 32 .handlerdata 61 .handlerdata 74 .handlerdata 102 .handlerdata 115 .handlerdata 144 .handlerdata 157 .handlerdata 187 .handlerdata 200 .handlerdata 213 .handlerdata
|
D | eh-directive-setfp.s | 39 .handlerdata 68 .handlerdata 81 .handlerdata 111 .handlerdata 124 .handlerdata 154 .handlerdata 167 .handlerdata 199 .handlerdata 212 .handlerdata 225 .handlerdata
|
D | eh-directive-vsave.s | 29 .handlerdata 42 .handlerdata 55 .handlerdata 68 .handlerdata 95 .handlerdata 108 .handlerdata 121 .handlerdata
|
D | eh-directive-vsave-diagnostics.s | 7 @ and before .handlerdata directive. 29 @ TEST2: .vsave after .handlerdata 36 .handlerdata 38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
|
D | eh-directive-save-diagnostics.s | 7 @ before .handlerdata directive. 29 @ TEST2: .save after .handlerdata 36 .handlerdata 38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
|
D | eh-directive-pad-diagnostics.s | 27 @ TEST2: .pad after .handlerdata 34 .handlerdata 36 @ CHECK: error: .pad must precede .handlerdata directive
|
D | eh-directive-personality-diagnostics.s | 27 @ TEST2: .personality after .handlerdata 34 .handlerdata 36 @ CHECK: error: .personality must precede .handlerdata directive
|
D | eh-directive-multiple-offsets.s | 25 .handlerdata 54 .handlerdata 87 .handlerdata 118 .handlerdata 160 .handlerdata
|
D | eh-directive-personalityindex-diagnostics.s | 38 .handlerdata 42 @ CHECK: error: .personalityindex must precede .handlerdata directive 45 @ CHECK: note: .handlerdata was specified here 46 @ CHECK: .handlerdata
|
D | eh-directive-setfp-diagnostics.s | 27 @ TEST2: .setfp after .handlerdata 34 .handlerdata 36 @ CHECK: error: .setfp must precede .handlerdata directive
|
D | eh-directive-handlerdata.s | 6 @ Check the .handlerdata directive (without .personality directive) 20 .handlerdata 78 .handlerdata
|
D | eh-directive-personality.s | 21 .handlerdata 72 …@ The .handlerdata directive is intentionally ignored. The .fnend @ directive should create the …
|
D | eh-directive-integrated-test.s | 51 .handlerdata 85 .handlerdata
|
D | eh-directive-section-multiple-func.s | 28 .handlerdata 38 .handlerdata
|
D | eh-directive-section.s | 29 .handlerdata 44 .handlerdata
|
D | eh-directive-section-comdat.s | 35 .handlerdata
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi-handlerdata.ll | 1 ; ARM EHABI test for the handlerdata. 3 ; This test case checks whether the handlerdata for exception 6 ; (1) The handlerdata must not be empty. 48 ; CHECK: .handlerdata
|
D | ehabi-handlerdata-nounwind.ll | 1 ; Test for handlerdata when the function has landingpad and nounwind. 3 ; This test case checks whether the handlerdata is generated for the function 53 ; CHECK: .handlerdata
|
D | ehabi-no-landingpad.ll | 10 ; CHECK-NOT: .handlerdata
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 327 const map_handlerdata_t* handlerdata; member 339 native_slot_mark(frame->handlerdata->key_field_type, &frame->key_storage); in MapParseFrame_mark() 340 native_slot_mark(frame->handlerdata->value_field_type, &frame->value_storage); in MapParseFrame_mark() 353 const map_handlerdata_t* handlerdata) { in map_push_frame() argument 355 frame->handlerdata = handlerdata; in map_push_frame() 357 native_slot_init(handlerdata->key_field_type, &frame->key_storage); in map_push_frame() 358 native_slot_init(handlerdata->value_field_type, &frame->value_storage); in map_push_frame()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 1107 HandlerRegisterData handlerdata; in test_emptyhandlers() local 1108 handlerdata.mode = test_mode; in test_emptyhandlers() 1110 upb::HandlerCache handler_cache(empty_callback, &handlerdata); in test_emptyhandlers() 1148 HandlerRegisterData handlerdata; in run_tests() local 1149 handlerdata.mode = test_mode; in run_tests() 1152 upb::HandlerCache handler_cache(callback, &handlerdata); in run_tests()
|
/external/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-90.pass.sh.s | 70 .handlerdata
|
D | ttype-encoding-00.pass.sh.s | 71 .handlerdata
|