Searched refs:getFormParams (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A 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()
|
H A D | DWARFDebugInfoEntry.cpp | 82 OffsetPtr, U.getFormParams())) { in extractFast()
|
H A D | DWARFVerifier.cpp | 626 U->getFormParams().Format); in verifyDebugInfoAttribute() 1450 U->getFormParams().Format); in isVariableIndexable()
|
H A D | DWARFFormValue.cpp | 106 U->getFormParams(), U); in createFromUnit()
|
H A D | DWARFDie.cpp | 101 DWARFExpression(Data, U->getAddressByteSize(), U->getFormParams().Format) in dumpLocationExpr()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A 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()
|
H A D | DWARFDebugLine.h | 95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A 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/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 106 U->getFormParams().Format); in isLiveVariable()
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 968 Unit.getFormParams()); in getAttributeOffsets() 972 Unit.getFormParams()); in getAttributeOffsets()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 336 U->getFormParams().Format); in collectStatsForDie()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp | 1001 U->getFormParams().Format); in processLocationList()
|