OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttypeEncoding
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
gcc_personality_v0.c
207
uint8_t
ttypeEncoding
= *lsda++;
208
if (
ttypeEncoding
!= DW_EH_PE_omit) {
/external/libcxxabi/src/
cxa_personality.cpp
47
|
ttypeEncoding
| (char) | Encoding of the type_info table |
95
| | Nth type_info* | Encoded with
ttypeEncoding
, 0 means catch(...) | ttypeIndex == N | |
99
| | 1st type_info* | Encoded with
ttypeEncoding
, 0 means catch(...) | ttypeIndex == 1 | |
124
classInfoOffset and the sizeof entry depends on
ttypeEncoding
.
341
uint8_t
ttypeEncoding
, bool native_exception,
350
assert(((
ttypeEncoding
== DW_EH_PE_absptr) || // LLVM or GCC 4.6
351
(
ttypeEncoding
== DW_EH_PE_pcrel) || // GCC 4.7 baremetal
352
(
ttypeEncoding
== (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux
353
"Unexpected
TTypeEncoding
");
354
(void)
ttypeEncoding
;
[
all
...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp
47
|
ttypeEncoding
| (char) | Encoding of the type_info table |
95
| | Nth type_info* | Encoded with
ttypeEncoding
, 0 means catch(...) | ttypeIndex == N | |
99
| | 1st type_info* | Encoded with
ttypeEncoding
, 0 means catch(...) | ttypeIndex == 1 | |
124
classInfoOffset and the sizeof entry depends on
ttypeEncoding
.
341
uint8_t
ttypeEncoding
, bool native_exception,
350
assert(((
ttypeEncoding
== DW_EH_PE_absptr) || // LLVM or GCC 4.6
351
(
ttypeEncoding
== DW_EH_PE_pcrel) || // GCC 4.7 baremetal
352
(
ttypeEncoding
== (DW_EH_PE_pcrel | DW_EH_PE_indirect))) && // GCC 4.7 linux
353
"Unexpected
TTypeEncoding
");
354
(void)
ttypeEncoding
;
[
all
...]
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
552
uint8_t
TTypeEncoding
,
608
unsigned EncSize = getEncodingSize(
TTypeEncoding
);
610
uintptr_t P = readEncodedPointer(&EntryP,
TTypeEncoding
);
681
uint8_t
ttypeEncoding
= *lsda++;
684
if (
ttypeEncoding
!= llvm::dwarf::DW_EH_PE_omit) {
750
ttypeEncoding
,
[
all
...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp
655
uint8_t
ttypeEncoding
= *lsda++;
658
if (
ttypeEncoding
!= llvm::dwarf::DW_EH_PE_omit) {
[
all
...]
Completed in 481 milliseconds