| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 270 unsigned DIE::computeOffsetsAndAbbrevs(const dwarf::FormParams &FormParams, in computeOffsetsAndAbbrevs() argument 331 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() 425 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 464 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 495 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 545 unsigned DIEDelta::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 594 unsigned DIEString::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 680 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 710 unsigned DIELoc::computeSize(const dwarf::FormParams &FormParams) const { in computeSize() 812 unsigned DIELocList::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 59 dwarf::FormParams FormParams; variable 90 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams() 91 uint16_t getVersion() const { return FormParams.Version; } in getVersion() 92 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() 93 uint8_t getAddressByteSize() const { return FormParams.AddrSize; } in getAddressByteSize() 96 return FormParams.getDwarfOffsetByteSize(); in getDwarfOffsetByteSize() 114 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize() 192 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member 199 uint8_t getVersion() const { return FormParams.Version; } in getVersion() 202 return FormParams.getDwarfOffsetByteSize(); in getDwarfOffsetByteSize() [all …]
|
| H A D | DWARFFormValue.h | 99 dwarf::FormParams FormParams, 104 dwarf::FormParams FormParams, const DWARFUnit *U) { in extractValue() argument 105 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue() 149 const dwarf::FormParams Params) const { in skipValue() 165 const dwarf::FormParams FormParams);
|
| H A D | DWARFDebugLine.h | 68 dwarf::FormParams FormParams; member 95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() 96 uint16_t getVersion() const { return FormParams.Version; } in getVersion() 97 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() 98 bool isDWARF64() const { return FormParams.Format == dwarf::DWARF64; } in isDWARF64()
|
| H A D | DWARFAcceleratorTable.h | 117 dwarf::FormParams FormParams; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 199 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 216 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 233 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 269 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 288 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 329 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 348 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 516 unsigned sizeOf(const dwarf::FormParams &FormParams) const; 913 unsigned computeOffsetsAndAbbrevs(const dwarf::FormParams &FormParams, 1017 unsigned computeSize(const dwarf::FormParams &FormParams) const; [all …]
|
| H A D | AsmPrinter.h | 260 dwarf::FormParams getDwarfFormParams() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
| H A D | DWARFLinker.h | 94 SectionDescriptorBase(DebugSectionKind SectionKind, dwarf::FormParams Format, in SectionDescriptorBase() 107 dwarf::FormParams getFormParams() const { return Format; } in getFormParams() 113 dwarf::FormParams Format = {4, 4, dwarf::DWARF32};
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.h | 156 dwarf::FormParams Format, llvm::endianness Endianess) in SectionDescriptor() 283 void setOutputFormat(dwarf::FormParams Format, llvm::endianness Endianess) { in setOutputFormat() 308 void setOutputFormat(dwarf::FormParams Format, llvm::endianness Endianness) { in setOutputFormat() 453 const dwarf::FormParams &getFormParams() const { return Format; } in getFormParams() 459 dwarf::FormParams Format = {4, 4, dwarf::DWARF32};
|
| H A D | DWARFLinkerTypeUnit.h | 27 std::optional<uint16_t> Language, dwarf::FormParams Format,
|
| H A D | DWARFLinkerTypeUnit.cpp | 19 std::optional<uint16_t> Language, dwarf::FormParams Format, in TypeUnit() 29 LineTable.Prologue.FormParams = getFormParams(); in TypeUnit()
|
| H A D | DebugLineSectionEmitter.h | 272 if (P.FormParams.Version >= 4) { in emitLineTableProloguePayload() 289 if (P.FormParams.Version < 5) in emitLineTableProloguePayload()
|
| H A D | DWARFLinkerCompileUnit.h | 89 OffsetToUnitTy UnitFromOffset, dwarf::FormParams Format, 94 OffsetToUnitTy UnitFromOffset, dwarf::FormParams Format,
|
| H A D | DWARFLinkerCompileUnit.cpp | 31 dwarf::FormParams Format, llvm::endianness Endianess) in CompileUnit() 43 dwarf::FormParams Format, llvm::endianness Endianess) in CompileUnit() 1530 OutLineTable.Prologue.FormParams.AddrSize = getFormParams().AddrSize; in cloneAndEmitLineTable()
|
| H A D | DWARFLinkerImpl.cpp | 99 dwarf::FormParams GlobalFormat = {GlobalData.getOptions().TargetDWARFVersion, in link()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 110 FormParams = dwarf::FormParams({0, 0, DWARF32}); in clear() 121 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(FormParams.Format); in dump() 125 << " format: " << dwarf::FormatString(FormParams.Format) << "\n" in dump() 274 uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, in parseV5DirFileTables() argument 292 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables() 299 if (!Value.skipValue(DebugLineData, OffsetPtr, FormParams)) in parseV5DirFileTables() 319 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables() 372 std::tie(TotalLength, FormParams.Format) = in parse() 377 FormParams.Version = DebugLineData.getU16(Cursor); in parse() 391 FormParams.AddrSize = DebugLineData.getU8(Cursor); in parse() [all …]
|
| H A D | DWARFUnit.cpp | 257 std::tie(Length, FormParams.Format) = in extract() 259 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract() 260 if (FormParams.Version >= 5) { in extract() 262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 264 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract() 267 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract() 268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 279 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err); in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 57 FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in extract() 82 dwarf::getFixedFormByteSize(AtomForm, FormParams); in extract() 133 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms() 197 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName() 279 FormValue.extractValue(Table.AccelSection, Offset, Table.FormParams); in extract() 709 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local 711 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 129 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
|
| H A D | DWARFFormValue.cpp | 112 const dwarf::FormParams Params) { in skipValue() 221 uint64_t *OffsetPtr, dwarf::FormParams FP, in extractValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 820 if (LineTable.Prologue.FormParams.Format == dwarf::DwarfFormat::DWARF64) { in emitLineTableForUnit() 825 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit() 856 emitLabelDifference(PrologueEndSym, PrologueStartSym, P.FormParams.Format, in emitLineTablePrologue() 993 emitIntOffset(StringRef.getOffset(), P.FormParams.Format, LineSectionSize); in emitLineTableString() 1007 if (P.FormParams.Version >= 4) { in emitLineTableProloguePayload() 1031 if (P.FormParams.Version < 5) in emitLineTableProloguePayload()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 743 struct FormParams { struct 790 FormParams Params);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 267 const dwarf::FormParams &Params, in writeDIE() 415 dwarf::FormParams Params = {Unit.Version, AddrSize, Unit.Format}; in emitDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 730 FormParams Params) { in getFixedFormByteSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 146 dwarf::FormParams({Header.Version, Header.AddrSize, Header.Format})); in getCUIdentifiers()
|