Searched refs:DW_FORM_ref4 (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 120 Abbrev.AddFirstAttribute(dwarf::DW_AT_sibling, dwarf::DW_FORM_ref4); in addSiblingOffset() 198 case dwarf::DW_FORM_ref4: // Fall thru in EmitValue() 219 case dwarf::DW_FORM_ref4: // Fall thru in SizeOf()
|
D | DwarfCompileUnit.cpp | 598 Entity->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, Entry); in addType() 608 Entity->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, Entry); in addType() 794 addDIEEntry(&Buffer, dwarf::DW_AT_containing_type, dwarf::DW_FORM_ref4, in constructTypeDIE() 886 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IndexTy); in constructSubrangeDIE()
|
D | DwarfDebug.cpp | 463 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in updateSubprogramScopeDIE() 491 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in updateSubprogramScopeDIE() 500 dwarf::DW_FORM_ref4, AbsSPDIE); in updateSubprogramScopeDIE() 597 dwarf::DW_FORM_ref4, OriginDIE); in constructInlinedScopeDIE() 670 dwarf::DW_FORM_ref4, AbsDIE); in constructVariableDIE() 1018 dwarf::DW_FORM_ref4, VariableDIE); in constructGlobalVariableDIE() 1214 dwarf::DW_FORM_ref4, NDie); in endModule()
|
/external/elfutils/libdw/ |
D | dwarf_formref.c | 44 case DW_FORM_ref4:
|
D | libdw_form.c | 75 case DW_FORM_ref4: in __libdw_form_val_len()
|
D | dwarf.h | 197 DW_FORM_ref4 = 0x13, enumerator
|
/external/qemu/elff/ |
D | dwarf_utils.cc | 149 DWARF_NAMEFY(DW_FORM_ref4); in dwarf_form_name()
|
D | dwarf.h | 209 #define DW_FORM_ref4 0x13 macro
|
D | dwarf_cu.cc | 135 case DW_FORM_ref4: in process_attrib()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 259 DW_FORM_ref4 = 0x13, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 236 case DW_FORM_ref4: return "DW_FORM_ref4"; in FormEncodingString()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 194 DW_FORM_ref4 = 0x13, enumerator
|
D | d3basics.c | 175 case DW_FORM_ref4: return "DW_FORM_ref4"; in ML_()
|
D | readdwarf3.c | 1075 case DW_FORM_ref4: { in get_Form_contents()
|
/external/elfutils/src/ |
D | readelf.c | 2868 [DW_FORM_ref4] = "ref4", in dwarf_form_string() 3429 case DW_FORM_ref4: in attr_callback()
|