Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp87 if (!dwarf::isValidFormForVersion(AttrData.getForm(), in Emit()
89 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm()) in Emit()
95 AP->emitULEB128(AttrData.getForm(), in Emit()
96 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit()
99 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in Emit()
122 << dwarf::FormEncodingString(Data[i].getForm()); in print()
124 if (Data[i].getForm() == dwarf::DW_FORM_implicit_const) in print()
189 if (V.getForm() == dwarf::DW_FORM_implicit_const) in generateAbbrev()
193 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
240 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in printValues()
[all …]
H A DAsmPrinterDwarf.cpp291 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
H A DDIEHash.cpp264 switch (Value.getForm()) { in hashAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp90 if (FormValue.getForm() == DW_FORM_loclistx) { in dumpLocation()
243 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
319 if (FormValue.getForm() == DW_FORM_rnglistx) in dumpAttribute()
469 if (Value->getForm() == DW_FORM_rnglistx) in getAddressRanges()
514 if (Location->getForm() == DW_FORM_loclistx) { in getLocations()
532 dwarf::FormEncodingString(Location->getForm()).data()); in getLocations()
H A DDWARFAcceleratorTable.cpp104 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms()
152 switch (Value->getForm()) { in extractOffset()
H A DDWARFVerifier.cpp594 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h77 dwarf::Form getForm() const { return Form; } in getForm() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp249 auto Form = FormValue.getValue().getForm(); in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp837 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev()
1630 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()