Home
last modified time | relevance | path

Searched refs:DW_FORM_flag_present (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s206 .byte 25 # DW_FORM_flag_present
208 .byte 25 # DW_FORM_flag_present
221 .byte 25 # DW_FORM_flag_present
225 .byte 25 # DW_FORM_flag_present
249 .byte 25 # DW_FORM_flag_present
253 .byte 25 # DW_FORM_flag_present
255 .byte 25 # DW_FORM_flag_present
288 .byte 25 # DW_FORM_flag_present
/external/llvm/test/DebugInfo/Generic/
Ddebug-info-qualifiers.ll19 ; CHECK-NEXT: DW_AT_reference DW_FORM_flag_present
21 ; CHECK-NEXT: DW_AT_rvalue_reference DW_FORM_flag_present
27 ; CHECK: DW_AT_reference [DW_FORM_flag_present] (true)
33 ; CHECK: DW_AT_rvalue_reference [DW_FORM_flag_present] (true)
/external/llvm/test/DebugInfo/X86/
Denum-class.ll34 ; CHECK: DW_AT_enum_class [DW_FORM_flag_present] (true)
39 ; CHECK: DW_AT_enum_class [DW_FORM_flag_present] (true)
Dgnu-public-names-empty.ll9 ; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true)
Dfission-cu.ll47 ; CHECK: DW_AT_external DW_FORM_flag_present
77 ; CHECK: DW_AT_external [DW_FORM_flag_present] (true)
Delf-names.ll14 ; CHECK: DW_AT_artificial [DW_FORM_flag_present] (true)
Dgnu-public-names.ll77 ; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true)
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp86 Space->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
344 Bar.addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
422 Bar.addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
578 Func->addValue(Alloc, dwarf::DW_AT_external, dwarf::DW_FORM_flag_present, in TEST_F()
585 Func->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
631 PI->addValue(Alloc, dwarf::DW_AT_external, dwarf::DW_FORM_flag_present, One); in TEST_F()
632 PI->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
676 PI->addValue(Alloc, dwarf::DW_AT_external, dwarf::DW_FORM_flag_present, One); in TEST_F()
677 PI->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, in TEST_F()
/external/elfutils/libdw/
Ddwarf_formflag.c44 if (attr->form == DW_FORM_flag_present) in dwarf_formflag()
Ddwarf.h308 DW_FORM_flag_present = 0x19, enumerator
DlibdwP.h496 [DW_FORM_flag_present] = 0x80, in __libdw_form_val_len()
Dknown-dwarf.h274 DWARF_ONE_KNOWN_DW_FORM (flag_present, DW_FORM_flag_present) \
DChangeLog1365 DW_FORM_exprloc, DW_FORM_flag_present, and DW_FORM_ref_sig8.
1451 * dwarf_formflag.c: Handle DW_FORM_flag_present.
1457 Also DW_FORM_sec_offset, DW_FORM_exprloc, DW_FORM_flag_present,
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-dw4-linking-x86.test22 CHECK: DW_AT_prototyped [DW_FORM_flag_present] (true)
24 CHECK: DW_AT_external [DW_FORM_flag_present] (true)
73 CHECK: DW_AT_prototyped [DW_FORM_flag_present] (true)
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp228 case DW_FORM_flag_present: in extractValue()
311 case DW_FORM_flag_present: in skipValue()
386 case DW_FORM_flag_present: OS << "true"; break; in dump()
/external/llvm/test/MC/ELF/
Ddiscriminator.s47 .byte 25 # DW_FORM_flag_present
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_die_unittest.cc355 dwarf2reader::DW_FORM_flag_present); in TEST_P()
362 dwarf2reader::DW_FORM_flag_present, in TEST_P()
Ddwarf2enums.h151 DW_FORM_flag_present = 0x19, enumerator
Ddwarf2reader.cc157 case DW_FORM_flag_present: in SkipAttribute()
322 case DW_FORM_flag_present: in ProcessAttribute()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp245 case dwarf::DW_FORM_flag_present: in EmitValue()
281 case dwarf::DW_FORM_flag_present: return 0; in SizeOf()
DDIEHash.cpp317 case dwarf::DW_FORM_flag_present: in hashAttribute()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h210 DW_FORM_flag_present = 0x19, enumerator
Dd3basics.c183 case DW_FORM_flag_present:return "DW_FORM_flag_present"; in ML_()
/external/llvm/lib/Support/
DDwarf.cpp251 case DW_FORM_flag_present: return "DW_FORM_flag_present"; in FormEncodingString()
/external/llvm/include/llvm/Support/
DDwarf.h311 DW_FORM_flag_present = 0x19, enumerator

12