Searched refs:DW_AT_declaration (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | enum-fwd-decl.ll | 19 ; CHECK-NEXT: DW_AT_declaration
|
D | objc-fwd-decl.ll | 5 ; CHECK: 0x0000002c: DW_AT_declaration
|
D | debug-info-static-member.ll | 102 ; PRESENT: DW_AT_declaration 107 ; PRESENT: DW_AT_declaration 152 ; DARWINP: DW_AT_declaration 158 ; DARWINP: DW_AT_declaration
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.s | 140 # DW_AT_declaration 254 .byte 60 # DW_AT_declaration
|
/external/elfutils/libdw/ |
D | dwarf.h | 178 DW_AT_declaration = 0x3c, enumerator
|
/external/qemu/elff/ |
D | dwarf_utils.cc | 75 DWARF_NAMEFY(DW_AT_declaration); in dwarf_at_name()
|
D | dwarf.h | 263 #define DW_AT_declaration 0x3c macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 257 DW_AT_declaration = 0x3c, enumerator
|
D | d3basics.c | 236 case DW_AT_declaration: return "DW_AT_declaration"; in ML_()
|
D | readdwarf3.c | 1888 if (attr == DW_AT_declaration && ctsSzB > 0 && cts > 0) { in parse_var_DIE() 2650 if (attr == DW_AT_declaration && ctsSzB > 0 && cts > 0) { in parse_type_DIE()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-info.c | 158 DW_AT_declaration = 0x3c, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 156 case DW_AT_declaration: return "DW_AT_declaration"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 190 DW_AT_declaration = 0x3c, enumerator
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1098 addFlag(&Buffer, dwarf::DW_AT_declaration); in constructTypeDIE() 1269 addFlag(SPDie, dwarf::DW_AT_declaration); in getOrCreateSubprogramDIE() 1419 addFlag(VariableDIE, dwarf::DW_AT_declaration); in createGlobalVariableDIE() 1733 addFlag(StaticMemberDIE, dwarf::DW_AT_declaration); in createStaticMemberDIE()
|
D | DwarfDebug.cpp | 390 SPCU->addFlag(SPDie, dwarf::DW_AT_declaration); in updateSubprogramScopeDIE()
|
/external/elfutils/tests/ |
D | show-die-info.c | 152 { DW_AT_declaration, "declaration" },
|
/external/llvm/test/DebugInfo/ |
D | namespace.ll | 29 ; CHECK-NEXT: DW_AT_declaration
|
/external/elfutils/src/ |
D | readelf.c | 3177 [DW_AT_declaration] = "declaration", in dwarf_attr_string()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 2239 not be a forward declaration (``DW_AT_declaration`` attribute with a non-zero
|