Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-dwp/X86/
Dtype_dedup.test22 CHECK: 0x0000 addr_size = 0x08 type_signature = [[COMMONSIG:0x[0-9a-f]*]] type_offset = 0x[…
28 CHECK: 0x0000 addr_size = 0x08 type_signature = [[ASIG:0x[0-9a-f]*]] type_offset = 0x[[AOFF…
34 CHECK: 0x{{.*}} addr_size = 0x08 type_signature = [[BSIG:0x[0-9a-f]*]] type_offset = 0x[[BO…
Dsimple.test61 TYPES: 0x[[AAOFF]] addr_size = 0x08 type_signature = [[FOOSIG]] type_offset = 0x[[FOOOFF:.*…
67 TYPES: 0x[[BAOFF]] addr_size = 0x08 type_signature = [[BARSIG]] type_offset = 0x001e (next …
/external/llvm/test/DebugInfo/
Ddwarfdump-type-units.test12 FOO: 0x00000000: Type Unit: {{.*}} type_signature = [[FOO_SIG]] type_offset = 0x[[FOO_OFF:[0-9a-f]*…
25 BAR: 0x00000000: Type Unit: {{.*}} type_signature = [[BAR_SIG]] type_offset = 0x[[BAR_OFF:[0-9a-f]*…
/external/llvm/test/DebugInfo/X86/
Dgenerate-odr-hash.ll82 ; CHECK-NOT: type_signature
83 ; CHECK-LABEL: type_signature = 0x1d02f3be30cc5688
90 ; CHECK-NOT: type_signature
91 ; CHECK-LABEL: type_signature = 0xb04af47397402e77
104 ; CHECK-NOT: type_signature
105 ; CHECK-LABEL: type_signature = 0xfd756cee88f8a118
110 ; CHECK-NOT: type_signature
111 ; CHECK-LABEL: type_signature = 0xe94f6d3843e62d6b
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c478 ULong type_signature; member
1049 cc->type_signature = get_ULong( c ); in parse_CU_Header()
1079 ULong type_signature; member
1086 ULong type_signature, in record_signatured_type() argument
1091 dstype->data = (UWord) type_signature; in record_signatured_type()
1092 dstype->type_signature = type_signature; in record_signatured_type()
1101 ULong type_signature, in lookup_signatured_type() argument
1104 D3SignatureType *dstype = VG_(HT_lookup) ( tab, (UWord) type_signature ); in lookup_signatured_type()
1107 while ( dstype != NULL && dstype->type_signature != type_signature) in lookup_signatured_type()
4584 record_signatured_type( signature_types, cc.type_signature, in new_dwarf3_reader_wrk()