Home
last modified time | relevance | path

Searched refs:getForm (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp81 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 DAsmPrinterDwarf.cpp297 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
H A DDIEHash.cpp271 switch (Value.getForm()) { in hashAttribute()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp79 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 DDWARFAcceleratorTable.cpp103 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms()
151 switch (Value->getForm()) { in extractOffset()
H A DDWARFVerifier.cpp727 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp265 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 DDWARFLinkerCompileUnit.h37 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h77 dwarf::Form getForm() const { return Form; } in getForm() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h68 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 DDWARFStreamer.cpp832 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
836 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
H A DDWARFLinker.cpp931 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 Ddwarf2yaml.cpp251 auto Form = FormValue->getForm(); in dumpDebugInfo()