Searched refs:ttypeEncoding (Results 1 – 3 of 3) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 338 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 347 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding"); in get_shim_type_info() 348 (void)ttypeEncoding; in get_shim_type_info() 358 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 366 switch (ttypeEncoding & 0x0F) in get_shim_type_info() 388 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info() 405 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument 414 assert(ttypeEncoding == DW_EH_PE_absptr && "Unexpected TTypeEncoding"); in exception_spec_can_catch() 415 (void)ttypeEncoding; in exception_spec_can_catch() 447 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument [all …]
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 175 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local 176 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 680 uint8_t ttypeEncoding = *lsda++; in handleLsda() local 683 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda() 749 ttypeEncoding, in handleLsda()
|