Searched refs:getForm (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 81 if (!dwarf::isValidFormForVersion(AttrData.getForm(), in Emit() 83 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm()) in Emit() 89 AP->emitULEB128(AttrData.getForm(), in Emit() 90 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit() 93 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in Emit() 116 << dwarf::FormEncodingString(Data[i].getForm()); in print() 118 if (Data[i].getForm() == dwarf::DW_FORM_implicit_const) in print() 183 if (V.getForm() == dwarf::DW_FORM_implicit_const) in generateAbbrev() 187 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 235 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in printValues() [all …]
|
| H A D | AsmPrinterDwarf.cpp | 297 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
|
| H A D | DIEHash.cpp | 271 switch (Value.getForm()) { in hashAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 79 if (FormValue.getForm() == DW_FORM_loclistx) { in dumpLocationList() 120 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute() 211 if (FormValue.getForm() == DW_FORM_rnglistx) in dumpAttribute() 385 if (Value->getForm() == DW_FORM_rnglistx) in getAddressRanges() 415 if (Location->getForm() == DW_FORM_loclistx) { in getLocations() 433 dwarf::FormEncodingString(Location->getForm()).data()); in getLocations()
|
| H A D | DWARFAcceleratorTable.cpp | 103 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms() 151 switch (Value->getForm()) { in extractOffset()
|
| H A D | DWARFVerifier.cpp | 727 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 265 switch (FormValue.getForm()) { in processOneAttribute() 325 if (FormValue.getForm() == dwarf::DW_FORM_sdata) { in processOneAttribute() 445 if (FormValue.getForm() == dwarf::DW_FORM_rnglistx) in processOneAttribute() 1014 if (FormValue.getForm() == dwarf::DW_FORM_loclistx) { in processLocationList() 1085 if (FormValue.getForm() == dwarf::DW_FORM_ref_addr) { in updateReference()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 37 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 77 dwarf::Form getForm() const { return Form; } in getForm() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 68 dwarf::Form getForm() const { return Form; } in getForm() function 489 dwarf::Form getForm() const { return Form; } in getForm() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 832 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 836 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 931 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev() 1758 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 251 auto Form = FormValue->getForm(); in dumpDebugInfo()
|