/external/clang/test/CodeGenCXX/ |
debug-info-method-spec.cpp | 2 // RUN: %clang -Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_AT_specification
|
debug-info-decl-nested.cpp | 8 // necessary so the backend can emit the DW_AT_specification attribute
|
/external/llvm/test/tools/dsymutil/X86/ |
odr-member-functions.cpp | 54 // CHECK-NEXT: DW_AT_specification{{.*}}[[FOO]] 57 // CHECK-NEXT: DW_AT_specification{{.*}}[[FOOI]] 106 // CHECK: DW_AT_specification {{.*}}[[BAZ]] "_ZN1S3bazIiEEvT_"
|
/external/llvm/test/DebugInfo/X86/ |
DW_AT_specification.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 10 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
|
debug-info-static-member.ll | 99 ; PRESENT-NEXT: DW_AT_specification {{.*}} "a" 138 ; PRESENT-NEXT: DW_AT_specification {{.*}} "b" 142 ; PRESENT-NEXT: DW_AT_specification {{.*}} "c" 149 ; DARWINP-NEXT: DW_AT_specification {{.*}} "a" 188 ; DARWINP-NEXT: DW_AT_specification {{.*}} "b" 192 ; DARWINP-NEXT: DW_AT_specification {{.*}} "c"
|
concrete_out_of_line.ll | 23 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt" 30 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt" 36 ; CHECK: DW_AT_specification {{.*}} "_ZN17nsAutoRefCnt7ReleaseEv"
|
pr11300.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 13 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
|
gnu-public-names.ll | 81 ; CHECK-NEXT: DW_AT_specification {{.*}} "static_member_variable" 108 ; CHECK-NOT: DW_AT_specification 110 ; CHECK-NOT: DW_AT_specification 114 ; CHECK-NOT: DW_AT_specification 116 ; CHECK-NOT: DW_AT_specification 185 ; CHECK: DW_AT_specification {{.*}} "_ZN1C15member_functionEv" 189 ; CHECK: DW_AT_specification {{.*}} "_ZN1C22static_member_functionEv"
|
linkage-name.ll | 6 ; CHECK: DW_AT_specification
|
inline-member-function.ll | 22 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo4funcEi"
|
DW_AT_linkage_name.ll | 28 ; CHECK: DW_AT_specification {{.*}} "~A"
|
reference-argument.ll | 7 ; CHECK: DW_AT_specification {{.*}} "_ZN1A3fooE4SVal"
|
/external/elfutils/libdw/ |
dwarf_attr_integrate.c | 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
|
dwarf_hasattr_integrate.c | 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem);
|
known-dwarf.h | 131 DWARF_ONE_KNOWN_DW_AT (specification, DW_AT_specification) \ [all...] |
/external/llvm/test/DebugInfo/Generic/ |
def-line.ll | 30 ; CHECK: DW_AT_specification {{.*}}f2 35 ; CHECK: DW_AT_specification {{.*}}f1 43 ; CHECK: DW_AT_specification {{.*}}f3
|
2010-04-06-NestedFnDbgInfo.ll | 19 ; CHECK-NOT: DW_AT_specification {{.*}} {[[FOO_INL]]}
|
/external/google-breakpad/src/common/dwarf/ |
functioninfo.cc | 199 case DW_AT_specification: { 213 "Error: DW_AT_specification was seen before the referenced "
|
/external/google-breakpad/src/common/ |
dwarf_cu_to_module.cc | 63 // In DWARF, the DIE for a definition may contain a DW_AT_specification 70 // The dumper needs to be able to follow DW_AT_specification links to 77 // we may need if we find a DW_AT_specification link pointing to it. 239 // handle DW_AT_specification, or simply not override it. 245 // handle DW_AT_specification, or simply not override it. 253 // DW_AT_specification attributes, record its enclosing name and 277 // If this DIE has a DW_AT_specification attribute, this is the 307 case dwarf2reader::DW_AT_specification: { 325 // Technically, there's no reason a DW_AT_specification 615 fprintf(stderr, "%s: the DIE at offset 0x%llx has a DW_AT_specification" [all...] |
dwarf_cu_to_module.h | 175 // A DW_AT_specification in the DIE at OFFSET refers to a DIE we 198 // in the DIE, nor via a DW_AT_specification or DW_AT_abstract_origin
|
dwarf_cu_to_module_unittest.cc | 191 // DW_AT_specification attribute whose value is SPECIFICATION. Leave 419 handler->ProcessAttributeReference(dwarf2reader::DW_AT_specification, 498 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, 528 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, [all...] |
/external/llvm/test/DebugInfo/SystemZ/ |
variable-loc.s | 148 .long 63 # DW_AT_specification 279 .byte 71 # DW_AT_specification
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.cpp | 164 if (attr == DW_AT_specification || attr == DW_AT_abstract_origin) { 402 getAttributeValueAsReference(U, DW_AT_specification, -1U);
|
/toolchain/binutils/binutils-2.25/gold/ |
gdb-index.cc | 211 // later DIEs (via DW_AT_specification or DW_AT_abstract_origin). 295 // for DW_AT_specification. 348 // referenced by later DIEs with a DW_AT_specification attribute. 696 // If this DIE has a DW_AT_specification or DW_AT_abstract_origin 776 // If this DIE has a DW_AT_specification or DW_AT_abstract_origin [all...] |
/external/llvm/lib/Support/ |
Dwarf.cpp | 100 case DW_AT_specification: return "DW_AT_specification";
|