Home
last modified time | relevance | path

Searched refs:getFormParams (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp472 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 DDWARFLinkerUnit.cpp109 (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 DDebugLineSectionEmitter.h53 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 DOutputSections.h232 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 DDWARFEmitterImpl.cpp143 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
150 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
H A DDIEAttributeCloner.cpp52 InUnit.getFormParams()); in clone()
57 Val.extractValue(Data, &Offset, InUnit.getFormParams(), in clone()
541 InUnit.getFormParams().Format); in cloneBlockAttr()
H A DDWARFLinkerImpl.cpp113 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 DDIEGenerator.h164 unsigned ValueSize = ValueRef.sizeOf(CU.getFormParams()); in addAttribute()
H A DDependencyTracker.cpp631 Unit.getFormParams()); in maybeAddReferencedRoots()
634 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in maybeAddReferencedRoots()
H A DDWARFLinkerTypeUnit.cpp29 LineTable.Prologue.FormParams = getFormParams(); in TypeUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp183 &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 DDWARFDebugInfoEntry.cpp82 OffsetPtr, U.getFormParams())) { in extractFast()
H A DDWARFVerifier.cpp641 U->getFormParams().Format); in verifyDebugInfoAttribute()
1512 U->getFormParams().Format); in isVariableIndexable()
H A DDWARFFormValue.cpp106 U->getFormParams(), U); in createFromUnit()
H A DDWARFDie.cpp102 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h107 dwarf::FormParams getFormParams() const { return Format; } in getFormParams() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h90 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 DDWARFDebugLine.h95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp442 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 DDWARFLinkerCompileUnit.cpp95 U->getFormParams().Format); in markEverythingAsKept()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h128 U->getFormParams().Format); in getVariableRelocAdjustment()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp336 U->getFormParams().Format); in collectStatsForDie()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp991 U->getFormParams().Format); in processLocationList()