Searched refs:ttypeEncoding (Results 1 - 3 of 3) 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 && "Unexpected TTypeEncoding");
351 (void)ttypeEncoding;
361 uint8_t ttypeEncoding, bool native_exception,
369 switch (ttypeEncoding & 0x0F)
391 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding);
340 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
360 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
407 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
449 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
622 uint8_t ttypeEncoding = *lsda++; local
[all...]
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c175 uint8_t ttypeEncoding = *lsda++; local
176 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,

Completed in 60 milliseconds