Searched refs:getFormParams (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 172 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValue() 180 U.getFormParams()); in getAttributeValue() 205 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
|
D | DWARFDebugInfoEntry.cpp | 62 OffsetPtr, U.getFormParams())) { in extractFast()
|
D | DWARFDie.cpp | 205 U->getFormParams(), U)) in dumpAttribute() 609 &ParseOffset, U->getFormParams(), U); in updateForIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 77 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams() function 334 const dwarf::FormParams &getFormParams() const { in getFormParams() function 335 return Header.getFormParams(); in getFormParams()
|
D | DWARFDebugLine.h | 99 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 523 Unit.getFormParams()); in getAttributeOffsets() 527 Unit.getFormParams()); in getAttributeOffsets() 711 Unit.getFormParams()); in keepDIEAndDependencies() 715 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in keepDIEAndDependencies() 1460 U.getFormParams()); in cloneDIE() 1473 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()
|