| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 472 DebugInfoSection.getFormParams().getDwarfOffsetByteSize()); in emitLocations() 564 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment() 567 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment() 655 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection() 662 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection() 667 OutAddrSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugAddrSection() 771 if (OutRangeSection.getFormParams().Version < 5) in emitRangeListHeader() 795 if (OutRangeSection.getFormParams().Version < 5) { in emitRangeListFragment() 855 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges() 889 OutArangesSection.getFormParams().getDwarfOffsetByteSize(), in emitAranges() [all …]
|
| H A D | DWARFLinkerUnit.cpp | 109 (getFormParams().Version >= 5) ? 8 : 6; in emitDebugInfo() 165 OutDebugStrOffsetsSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugStringOffsetSection() 181 getFormParams().getDwarfOffsetByteSize()); // Length in emitPubAcceleratorEntry() 233 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators() 244 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
|
| H A D | DebugLineSectionEmitter.h | 53 OutSection.getFormParams().getDwarfOffsetByteSize() < in emit() 56 OutSection.getFormParams().getDwarfOffsetByteSize(), in emit() 121 Section.getFormParams().getDwarfOffsetByteSize(), in emitLineTablePrologue() 328 encodeULEB128(Section.getFormParams().AddrSize + 1, Section.OS); in emitLineTableRows() 331 Section.getFormParams().AddrSize); in emitLineTableRows()
|
| H A D | OutputSections.h | 232 emitIntVal(Length, getFormParams().getDwarfOffsetByteSize()); in emitUnitLength() 237 if (getFormParams().Format != dwarf::DWARF64) in maybeEmitDwarf64Mark() 244 emitIntVal(Val, getFormParams().getDwarfOffsetByteSize()); in emitOffset() 453 const dwarf::FormParams &getFormParams() const { return Format; } in getFormParams() function
|
| H A D | DWARFEmitterImpl.cpp | 143 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader() 150 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
|
| H A D | DIEAttributeCloner.cpp | 52 InUnit.getFormParams()); in clone() 57 Val.extractValue(Data, &Offset, InUnit.getFormParams(), in clone() 541 InUnit.getFormParams().Format); in cloneBlockAttr()
|
| H A D | DWARFLinkerImpl.cpp | 113 Context->setOutputFormat(Context->getFormParams(), GlobalEndianness); in link() 138 std::max(GlobalFormat.AddrSize, Context->getFormParams().AddrSize); in link() 140 Context->setOutputFormat(Context->getFormParams(), GlobalEndianness); in link() 436 getUnitForOffset, CU->getFormParams(), getEndianness()); in loadClangModule() 488 getUnitForOffset, OrigCU->getFormParams(), getEndianness())); in link()
|
| H A D | DIEGenerator.h | 164 unsigned ValueSize = ValueRef.sizeOf(CU.getFormParams()); in addAttribute()
|
| H A D | DependencyTracker.cpp | 631 Unit.getFormParams()); in maybeAddReferencedRoots() 634 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in maybeAddReferencedRoots()
|
| H A D | DWARFLinkerTypeUnit.cpp | 29 LineTable.Prologue.FormParams = getFormParams(); in TypeUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 183 &Offset, U.getFormParams()); in getAttributeOffsetFromIndex() 201 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset() 240 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
|
| H A D | DWARFDebugInfoEntry.cpp | 82 OffsetPtr, U.getFormParams())) { in extractFast()
|
| H A D | DWARFVerifier.cpp | 641 U->getFormParams().Format); in verifyDebugInfoAttribute() 1512 U->getFormParams().Format); in isVariableIndexable()
|
| H A D | DWARFFormValue.cpp | 106 U->getFormParams(), U); in createFromUnit()
|
| H A D | DWARFDie.cpp | 102 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
| H A D | DWARFLinker.h | 107 dwarf::FormParams getFormParams() const { return Format; } in getFormParams() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 90 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams() function 322 const dwarf::FormParams &getFormParams() const { in getFormParams() function 323 return Header.getFormParams(); in getFormParams()
|
| H A D | DWARFDebugLine.h | 95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 442 U->getFormParams().Format); in getVariableRelocAdjustment() 750 Unit.getFormParams()); in lookForRefDIEsToKeep() 754 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep() 1058 ->sizeOf(U.getFormParams()); in cloneStringAttribute() 1290 OrigUnit.getFormParams().Format); in cloneBlockAttribute() 1324 return Die.addValue(DIEAlloc, Value)->sizeOf(OrigUnit.getFormParams()); in cloneBlockAttribute() 1389 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneAddressAttribute() 1424 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneScalarAttribute() 1751 U.getFormParams()); in cloneDIE() 1762 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE() [all …]
|
| H A D | DWARFLinkerCompileUnit.cpp | 95 U->getFormParams().Format); in markEverythingAsKept()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | AddressesMap.h | 128 U->getFormParams().Format); in getVariableRelocAdjustment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 336 U->getFormParams().Format); in collectStatsForDie()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 991 U->getFormParams().Format); in processLocationList()
|