Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp79 if (!dwarf::isValidFormForVersion(AttrData.getForm(), in Emit()
81 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm()) in Emit()
87 AP->emitULEB128(AttrData.getForm(), in Emit()
88 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit()
91 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in Emit()
112 << dwarf::FormEncodingString(D.getForm()); in print()
114 if (D.getForm() == dwarf::DW_FORM_implicit_const) in print()
177 if (V.getForm() == dwarf::DW_FORM_implicit_const) in generateAbbrev()
181 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
229 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/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.cpp78 encodeULEB128(AttrData.getForm(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
81 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const) in emitDwarfAbbrevEntry()
/freebsd/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()
387 if (Value->getForm() == DW_FORM_rnglistx) in getAddressRanges()
417 if (Location->getForm() == DW_FORM_loclistx) { in getLocations()
435 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()
699 if (ParentEntryOff->getForm() == dwarf::Form::DW_FORM_flag_present) in getParentDIEEntry()
H A DDWARFVerifier.cpp831 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp266 switch (FormValue.getForm()) { in processOneAttribute()
326 if (FormValue.getForm() == dwarf::DW_FORM_sdata) { in processOneAttribute()
455 if (FormValue.getForm() == dwarf::DW_FORM_rnglistx) in processOneAttribute()
1018 if (FormValue.getForm() == dwarf::DW_FORM_loclistx) { in processLocationList()
1098 if (FormValue.getForm() == dwarf::DW_FORM_ref_addr) { in updateReference()
/freebsd/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()
988 String.getForm() == dwarf::DW_FORM_strp in emitLineTableString()
1320 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1324 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
H A DDWARFLinker.cpp2040 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase()
2102 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h175 Form getForm() const { in getForm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h80 dwarf::Form getForm() const { return Form; } in getForm() function
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9210 FromAttr->getParsedKind(), FromAttr->getForm()); in importAttr()