HomeSort by relevance Sort by last modified time
    Searched defs:ttypeEncoding (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 207 uint8_t ttypeEncoding = *lsda++;
208 if (ttypeEncoding != DW_EH_PE_omit) {
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 49 uint8_t ttypeEncoding,
105 uint8_t ttypeEncoding = *lsda++;
106 if (ttypeEncoding != DW_EH_PE_omit) {
153 classInfo, ttypeEncoding, unwind_exception);
217 ttypeEncoding, excpType,
304 uint8_t ttypeEncoding,
315 uint8_t ttypeEncoding,
396 uint8_t ttypeEncoding = *lsda++;
397 if (ttypeEncoding != DW_EH_PE_omit) {
417 uint8_t ttypeEncoding,
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 49 uint8_t ttypeEncoding,
105 uint8_t ttypeEncoding = *lsda++;
106 if (ttypeEncoding != DW_EH_PE_omit) {
153 classInfo, ttypeEncoding, unwind_exception);
217 ttypeEncoding, excpType,
304 uint8_t ttypeEncoding,
315 uint8_t ttypeEncoding,
396 uint8_t ttypeEncoding = *lsda++;
397 if (ttypeEncoding != DW_EH_PE_omit) {
417 uint8_t ttypeEncoding,
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 48 | ttypeEncoding | (char) | Encoding of the type_info table |
96 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
100 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
125 classInfoOffset and the sizeof entry depends on ttypeEncoding.
342 uint8_t ttypeEncoding, bool native_exception,
351 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6
352 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal
353 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux
354 "Unexpected TTypeEncoding");
355 (void)ttypeEncoding;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 50 | ttypeEncoding | (char) | Encoding of the type_info table |
98 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
102 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
127 classInfoOffset and the sizeof entry depends on ttypeEncoding.
338 uint8_t ttypeEncoding, bool native_exception,
347 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding");
348 (void)ttypeEncoding;
358 uint8_t ttypeEncoding, bool native_exception,
366 switch (ttypeEncoding & 0x0F
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 48 | ttypeEncoding | (char) | Encoding of the type_info table |
96 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
100 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
125 classInfoOffset and the sizeof entry depends on ttypeEncoding.
342 uint8_t ttypeEncoding, bool native_exception,
351 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding");
352 (void)ttypeEncoding;
362 uint8_t ttypeEncoding, bool native_exception,
370 switch (ttypeEncoding & 0x0F
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 552 uint8_t TTypeEncoding,
608 unsigned EncSize = getEncodingSize(TTypeEncoding);
610 uintptr_t P = readEncodedPointer(&EntryP, TTypeEncoding);
681 uint8_t ttypeEncoding = *lsda++;
684 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) {
750 ttypeEncoding,
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 655 uint8_t ttypeEncoding = *lsda++;
658 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) {
    [all...]

Completed in 1646 milliseconds