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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp56 | ttypeEncoding | (char) | Encoding of the type_info table |
104 | | Nth type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == N | |
108 | | 1st type_info* | Encoded with ttypeEncoding, 0 means catch(...) | ttypeIndex == 1 | |
133 classInfoOffset and the sizeof entry depends on ttypeEncoding.
350 uint8_t ttypeEncoding, bool native_exception,
359 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6
360 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal
361 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux
363 (void)ttypeEncoding;
373 uint8_t ttypeEncoding, boo
349 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
372 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, bool native_exception, _Unwind_Exception* unwind_exception) argument
419 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
464 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
640 uint8_t ttypeEncoding = *lsda++; local
[all...]
/barrelfish-master/lib/compiler-rt/builtins/
H A Dgcc_personality_v0.c202 uint8_t ttypeEncoding = *lsda++; local
203 if (ttypeEncoding != DW_EH_PE_omit) {

Completed in 97 milliseconds