/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 266 unsigned DIE::computeOffsetsAndAbbrevs(const dwarf::FormParams &FormParams, in computeOffsetsAndAbbrevs() argument 281 CUOffset += V.sizeOf(FormParams); in computeOffsetsAndAbbrevs() 290 Child.computeOffsetsAndAbbrevs(FormParams, AbbrevSet, CUOffset); in computeOffsetsAndAbbrevs() 327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() 333 return getDIE##T().sizeOf(FormParams, Form); in sizeOf() 421 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 424 dwarf::getFixedFormByteSize(Form, FormParams)) in sizeOf() 460 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument 468 return FormParams.getDwarfOffsetByteSize(); in sizeOf() 491 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerUnit.h |
|
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/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; 252 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 269 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 288 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 310 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const; 329 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 348 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; 364 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const; [all …]
|
H A D | AsmPrinter.h | 249 dwarf::FormParams getDwarfFormParams() const;
|
/freebsd/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() 94 uint8_t getRefAddrByteSize() const { return FormParams.getRefAddrByteSize(); } in getRefAddrByteSize() 96 return FormParams.getDwarfOffsetByteSize(); in getDwarfOffsetByteSize() 114 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize() 192 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member 196 : Base(Base), Size(Size), FormParams({Version, 0, Format}) {} in StrOffsetsContributionDescriptor() [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() 147 const dwarf::FormParams Params) const { in skipValue() 163 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 | 125 dwarf::FormParams FormParams; variable
|
/freebsd/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/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 | DebugLineSectionEmitter.h | 272 if (P.FormParams.Version >= 4) { in emitLineTableProloguePayload() 289 if (P.FormParams.Version < 5) in emitLineTableProloguePayload()
|
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 | 97 dwarf::FormParams GlobalFormat = {GlobalData.getOptions().TargetDWARFVersion, in link()
|
/freebsd/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 | 261 std::tie(Length, FormParams.Format) = in extract() 263 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract() 264 if (FormParams.Version >= 5) { in extract() 266 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 268 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract() 271 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract() 272 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 283 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() 785 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local 787 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/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/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() 992 emitIntOffset(StringRef.getOffset(), P.FormParams.Format, LineSectionSize); in emitLineTableString() 1006 if (P.FormParams.Version >= 4) { in emitLineTableProloguePayload() 1030 if (P.FormParams.Version < 5) in emitLineTableProloguePayload()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 1077 struct FormParams { struct 1124 FormParams Params);
|
/freebsd/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() 790 dwarf::FormParams Params{/*Version=*/5, /*AddrSize=*/4, dwarf::DWARF32}; in getNonZeroDataSizesFor()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 772 FormParams Params) { in getFixedFormByteSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 146 dwarf::FormParams({Header.Version, Header.AddrSize, Header.Format})); in getCUIdentifiers()
|