Searched refs:ttypeEncoding (Results 1 – 3 of 3) sorted by relevance
364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument373 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in get_shim_type_info()374 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal in get_shim_type_info()375 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux in get_shim_type_info()377 (void)ttypeEncoding; in get_shim_type_info()387 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument395 switch (ttypeEncoding & 0x0F) in get_shim_type_info()418 ttypeEncoding, base); in get_shim_type_info()435 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument445 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in exception_spec_can_catch()[all …]
216 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local217 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
630 uint8_t ttypeEncoding = *lsda++; in handleLsda() local633 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda()699 ttypeEncoding, in handleLsda()