Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp472 DebugInfoSection.getFormParams().getDwarfOffsetByteSize()); in emitLocations()
496 OrigUnit.getFormParams().Format); in emitLocations()
513 OutLocationSection.getFormParams().getDwarfOffsetByteSize() < in emitLocations()
517 OutLocationSection.getFormParams().getDwarfOffsetByteSize(), in emitLocations()
537 OutLocationSection.emitIntVal(OutLocationSection.getFormParams().AddrSize, 1); in emitLocListHeader()
564 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
567 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
582 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
584 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
655 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
[all …]
H A DDWARFLinkerUnit.cpp107 (getFormParams().Version >= 5) ? 8 : 6; in emitDebugInfo()
163 OutDebugStrOffsetsSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugStringOffsetSection()
179 getFormParams().getDwarfOffsetByteSize()); // Length in emitPubAcceleratorEntry()
231 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
242 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()
329 encodeULEB128(Section.getFormParams().AddrSize + 1, Section.OS); in emitLineTableRows()
332 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.cpp144 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
151 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
H A DDWARFLinkerImpl.cpp111 Context->setOutputFormat(Context->getFormParams(), GlobalEndianness); in link()
136 std::max(GlobalFormat.AddrSize, Context->getFormParams().AddrSize); in link()
138 Context->setOutputFormat(Context->getFormParams(), GlobalEndianness); in link()
434 getUnitForOffset, CU->getFormParams(), getEndianness()); in loadClangModule()
486 getUnitForOffset, OrigCU->getFormParams(), getEndianness())); in link()
/freebsd/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 DDWARFFormValue.cpp106 U->getFormParams(), U); in createFromUnit()
H A DDWARFDie.cpp102 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
H A DDWARFVerifier.cpp719 U->getFormParams().Format); in verifyDebugInfoAttribute()
1694 U->getFormParams().Format); in isVariableIndexable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/
H A DDWARFLinker.h107 dwarf::FormParams getFormParams() const { return Format; } in getFormParams() function
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp453 U->getFormParams().Format); in getVariableRelocAdjustment()
761 Unit.getFormParams()); in lookForRefDIEsToKeep()
765 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep()
1069 ->sizeOf(U.getFormParams()); in cloneStringAttribute()
1307 OrigUnit.getFormParams().Format); in cloneBlockAttribute()
1341 return Die.addValue(DIEAlloc, Value)->sizeOf(OrigUnit.getFormParams()); in cloneBlockAttribute()
1406 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneAddressAttribute()
1441 ->sizeOf(Unit.getOrigUnit().getFormParams()); in cloneScalarAttribute()
1490 AttrSize = Unit.getOrigUnit().getFormParams().getDwarfOffsetByteSize(); in cloneScalarAttribute()
1511 AttrSize = Unit.getOrigUnit().getFormParams().getDwarfOffsetByteSize(); in cloneScalarAttribute()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1005 U->getFormParams().Format); in processLocationList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp347 U->getFormParams().Format); in collectStatsForDie()