/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 79 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 D | AsmPrinterDwarf.cpp | 276 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)"); in emitDwarfDIE()
|
H A D | DIEHash.cpp | 271 switch (Value.getForm()) { in hashAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 137 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 D | DWARFLinkerUnit.cpp | 78 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 D | DWARFDie.cpp | 80 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 D | DWARFAcceleratorTable.cpp | 116 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 D | DWARFVerifier.cpp | 831 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 266 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 D | DWARFStreamer.cpp | 909 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 D | DWARFLinker.cpp | 2040 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 D | AttributeCommonInfo.h | 175 Form getForm() const { in getForm() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 80 dwarf::Form getForm() const { return Form; } in getForm() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 68 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 D | ASTImporter.cpp | 9210 FromAttr->getParsedKind(), FromAttr->getForm()); in importAttr()
|