Searched refs:ttypeEncoding (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 351 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/llvm-project/libcxxabi/src/ |
D | cxa_personality.cpp | 350 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 359 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in get_shim_type_info() 360 (ttypeEncoding == DW_EH_PE_pcrel) || // GCC 4.7 baremetal in get_shim_type_info() 361 (ttypeEncoding == (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux in get_shim_type_info() 363 (void)ttypeEncoding; in get_shim_type_info() 373 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() argument 381 switch (ttypeEncoding & 0x0F) in get_shim_type_info() 403 return (const __shim_type_info*)readEncodedPointer(&classInfo, ttypeEncoding); in get_shim_type_info() 420 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument 429 assert(((ttypeEncoding == DW_EH_PE_absptr) || // LLVM or GCC 4.6 in exception_spec_can_catch() [all …]
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 207 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local 208 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 202 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local 203 if (ttypeEncoding != DW_EH_PE_omit) { in __gcc_personality_sj0()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 681 uint8_t ttypeEncoding = *lsda++; in handleLsda() local 684 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda() 750 ttypeEncoding, in handleLsda()
|
/external/llvm-project/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 630 uint8_t ttypeEncoding = *lsda++; in handleLsda() local 633 if (ttypeEncoding != llvm::dwarf::DW_EH_PE_omit) { in handleLsda() 699 ttypeEncoding, in handleLsda()
|