Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp351 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
360 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in get_shim_type_info()
361 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal in get_shim_type_info()
362 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux in get_shim_type_info()
364 (void)ttypeEncoding; in get_shim_type_info()
374 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument
382 switch (ttypeEncoding & 0x0F) in get_shim_type_info()
404 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info()
421 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
430 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in exception_spec_can_catch()
[all …]
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c207 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local
208 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp631 uint8_t ttypeEncoding = *lsda++; in handleLsda() local
634 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda()
700 ttypeEncoding, in handleLsda()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp681 uint8_t ttypeEncoding = *lsda++; in handleLsda() local
684 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda()
750 ttypeEncoding, in handleLsda()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp655 uint8_t ttypeEncoding = *lsda++; in handleLsda() local
658 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda()