Home
last modified time | relevance | path

Searched refs:ttypeEncoding (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
373 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() argument
395 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() argument
445 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in exception_spec_can_catch()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c216 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local
217 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp630 uint8_t ttypeEncoding = *lsda++; in handleLsda() local
633 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda()
699 ttypeEncoding, in handleLsda()