Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
181 if (V.getForm() == dwarf::DW_FORM_implicit_const) in generateAbbrev()
185 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
233 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in printValues()
[all …]
H A DAsmPrinterDwarf.cpp276 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
H A DDIEHash.cpp271 switch (Value.getForm()) { in hashAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h137 Section.emitString(Include.getForm(), *IncludeStr); in emitLineTablePrologueV2IncludeAndFileTable()
152 Section.emitString(File.Name.getForm(), *FileNameStr); in emitLineTablePrologueV2IncludeAndFileTable()
180 encodeULEB128(P.IncludeDirectories[0].getForm(), Section.OS); in emitLineTablePrologueV5IncludeAndFileTable()
193 Section.emitString(Include.getForm(), *IncludeStr); in emitLineTablePrologueV5IncludeAndFileTable()
206 FileNameForm = P.FileNames[0].Name.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
207 LLVMSourceForm = P.FileNames[0].Source.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
H A DDWARFLinkerUnit.cpp80 encodeULEB128(AttrData.getForm(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
83 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in emitDwarfAbbrevEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp80 if (FormValue.getForm() == DW_FORM_loclistx) { in dumpLocationList()
121 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
214 if (FormValue.getForm() == DW_FORM_rnglistx) in dumpAttribute()
388 if (Value->getForm() == DW_FORM_rnglistx) in getAddressRanges()
418 if (Location->getForm() == DW_FORM_loclistx) { in getLocations()
436 dwarf::FormEncodingString(Location->getForm()).data()); in getLocations()
H A DDWARFAcceleratorTable.cpp116 FormValue.getForm() == dwarf::DW_FORM_sdata) in validateForms()
163 switch (Value->getForm()) { in extractOffset()
H A DDWARFVerifier.cpp742 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
/freebsd-14.2/contrib/llvm-project/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()
1004 if (FormValue.getForm() == dwarf::DW_FORM_loclistx) { in processLocationList()
1077 if (FormValue.getForm() == dwarf::DW_FORM_ref_addr) { in updateReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp909 MS->emitULEB128IntValue(P.IncludeDirectories[0].getForm()); in emitLineTablePrologueV5IncludeAndFileTable()
931 auto StrForm = P.FileNames[0].Name.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
978 switch (String.getForm()) { in emitLineTableString()
989 String.getForm() == dwarf::DW_FORM_strp in emitLineTableString()
1311 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1315 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
H A DDWARFLinker.cpp2023 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase()
2085 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h175 Form getForm() const { in getForm() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h80 dwarf::Form getForm() const { return Form; } in getForm() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h68 dwarf::Form getForm() const { return Form; } in getForm() function
496 dwarf::Form getForm() const { return Form; } in getForm() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9106 FromAttr->getParsedKind(), FromAttr->getForm()); in importAttr()