Searched refs:getFormParams (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 163 &Offset, U.getFormParams()); in getAttributeOffsetFromIndex() 181 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset() 220 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 | 627 U->getFormParams().Format); in verifyDebugInfoAttribute() 1450 U->getFormParams().Format); in isVariableIndexable()
|
| H A D | DWARFFormValue.cpp | 107 U->getFormParams(), U); in createFromUnit()
|
| H A D | DWARFDie.cpp | 106 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 86 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams() function 291 const dwarf::FormParams &getFormParams() const { in getFormParams() function 292 return Header.getFormParams(); in getFormParams()
|
| H A D | DWARFDebugLine.h | 96 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 105 U->getFormParams().Format); in isLiveVariable()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 665 Unit.getFormParams()); in lookForRefDIEsToKeep() 669 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep() 1076 OrigUnit.getFormParams().Format); in cloneBlockAttribute() 1473 U.getFormParams()); in cloneDIE() 1479 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE() 2210 OrigUnit.getFormParams().Format), in cloneAllCompileUnits()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 935 Unit.getFormParams()); in getAttributeOffsets() 939 Unit.getFormParams()); in getAttributeOffsets()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 336 U->getFormParams().Format); in collectStatsForDie()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 67 U.getFormParams()); in findAttributeInfo()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 630 Unit.getFormParams().Format); in updateUnitDebugInfo()
|