Searched refs:ttypeEncoding (Results 1 - 4 of 4) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_personality.cpp47 | ttypeEncoding | (char) | Encoding of the type_info table |
95 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
99 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
124 classInfoOffset and the sizeof entry depends on ttypeEncoding.
341 uint8_t ttypeEncoding, bool native_exception,
350 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6
351 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal
352 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux
354 (void)ttypeEncoding;
364 uint8_t ttypeEncoding, boo
340 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
363 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
410 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, const __shim_type_info* excpType, void* adjustedPtr, _Unwind_Exception* unwind_exception) argument
455 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, const __shim_type_info* excpType, void* adjustedPtr, _Unwind_Exception* unwind_exception) argument
631 uint8_t ttypeEncoding = *lsda++; local
[all...]
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c207 uint8_t ttypeEncoding = *lsda++; local
208 if (ttypeEncoding != DW_EH_PE_omit) {
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp681 uint8_t ttypeEncoding = *lsda++; local
684 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) {
750 ttypeEncoding,
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp655 uint8_t ttypeEncoding = *lsda++; local
658 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) {

Completed in 246 milliseconds