Searched refs:getFormParams (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFAbbreviationDeclaration.cpp | 161 &Offset, U.getFormParams()); in getAttributeOffsetFromIndex() 179 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset() 218 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
|
| D | DWARFDebugInfoEntry.cpp | 82 OffsetPtr, U.getFormParams())) { in extractFast()
|
| D | DWARFVerifier.cpp | 626 U->getFormParams().Format); in verifyDebugInfoAttribute() 1450 U->getFormParams().Format); in isVariableIndexable()
|
| D | DWARFFormValue.cpp | 106 U->getFormParams(), U); in createFromUnit()
|
| D | DWARFDie.cpp | 101 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFUnit.h | 85 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams() function 315 const dwarf::FormParams &getFormParams() const { in getFormParams() function 316 return Header.getFormParams(); in getFormParams()
|
| D | DWARFDebugLine.h | 95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
|
| /openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/ |
| D | DWARFLinker.cpp | 664 Unit.getFormParams()); in lookForRefDIEsToKeep() 668 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep() 1133 OrigUnit.getFormParams().Format); in cloneBlockAttribute() 1552 U.getFormParams()); in cloneDIE() 1558 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE() 2311 OrigUnit.getFormParams().Format), in cloneAllCompileUnits()
|
| /openbsd/src/gnu/llvm/llvm/tools/dsymutil/ |
| D | DwarfLinkerForBinary.cpp | 968 Unit.getFormParams()); in getAttributeOffsets() 972 Unit.getFormParams()); in getAttributeOffsets()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| D | Statistics.cpp | 336 U->getFormParams().Format); in collectStatsForDie()
|