/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 472 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 D | DWARFLinkerUnit.cpp | 107 (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 D | DebugLineSectionEmitter.h | 53 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 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 | 144 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader() 151 Asm->emitInt8(Unit.getFormParams().AddrSize); in emitCompileUnitHeader()
|
H A D | DWARFLinkerImpl.cpp | 111 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 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 | DWARFFormValue.cpp | 106 U->getFormParams(), U); in createFromUnit()
|
H A D | DWARFDie.cpp | 102 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
|
H A D | DWARFVerifier.cpp | 719 U->getFormParams().Format); in verifyDebugInfoAttribute() 1694 U->getFormParams().Format); in isVariableIndexable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
H A D | DWARFLinker.h | 107 dwarf::FormParams getFormParams() const { return Format; } in getFormParams() function
|
/freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 453 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 D | DWARFLinker.cpp |
|
H A D | DWARFLinkerCompileUnit.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 1005 U->getFormParams().Format); in processLocationList()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 347 U->getFormParams().Format); in collectStatsForDie()
|