Searched refs:DebugInfoData (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 23 const DWARFDataExtractor &DebugInfoData, in extractFast() argument 36 assert(DebugInfoData.isValidOffset(UEndOffset - 1)); in extractFast() 37 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() 81 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData, in extractFast()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 150 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex() local 160 DWARFFormValue::skipValue(AttributeSpecs[CurAttrIdx].Form, DebugInfoData, in getAttributeOffsetFromIndex() 178 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset() local 179 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
|
| H A D | DWARFFormValue.cpp | 110 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() argument 120 uint64_t size = DebugInfoData.getULEB128(OffsetPtr); in skipValue() 125 uint8_t size = DebugInfoData.getU8(OffsetPtr); in skipValue() 130 uint16_t size = DebugInfoData.getU16(OffsetPtr); in skipValue() 135 uint32_t size = DebugInfoData.getU32(OffsetPtr); in skipValue() 142 DebugInfoData.getCStr(OffsetPtr); in skipValue() 183 DebugInfoData.getSLEB128(OffsetPtr); in skipValue() 194 DebugInfoData.getULEB128(OffsetPtr); in skipValue() 198 DebugInfoData.getULEB128(OffsetPtr); in skipValue() 204 Form = static_cast<dwarf::Form>(DebugInfoData.getULEB128(OffsetPtr)); in skipValue()
|
| H A D | DWARFVerifier.cpp | 122 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader() argument 138 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader() 140 Version = DebugInfoData.getU16(Offset); in verifyUnitHeader() 143 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader() 144 AddrSize = DebugInfoData.getU8(Offset); in verifyUnitHeader() 145 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader() 149 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader() 150 AddrSize = DebugInfoData.getU8(Offset); in verifyUnitHeader() 156 ValidLength = DebugInfoData.isValidOffset(OffsetStart + Length + 3); in verifyUnitHeader() 366 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection() local [all …]
|
| H A D | DWARFUnit.cpp | 404 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector() local 406 assert(DebugInfoData.isValidOffset(NextCUOffset - 1)); in extractDIEsToVector() 428 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 145 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() argument 147 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 160 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|
| H A D | DWARFDebugInfoEntry.h | 42 const DWARFDataExtractor &DebugInfoData, uint64_t UEndOffset,
|
| H A D | DWARFVerifier.h | 126 bool verifyUnitHeader(const DWARFDataExtractor DebugInfoData,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 513 DWARFDataExtractor DebugInfoData = in processOneDie() local 526 if (DebugInfoData.isValidOffset(Offset)) { in processOneDie() 593 ProcessAttributes(DIE, DebugInfoData); in processOneDie() 598 DWARFDataExtractor DebugInfoData = in processOneDie() local 601 if (DebugInfoData.isValidOffset(Offset)) in processOneDie() 602 ProcessAttributes(InputDIE, DebugInfoData); in processOneDie()
|