Searched refs:DebugInfoData (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 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() 185 DebugInfoData.getSLEB128(OffsetPtr); in skipValue() 196 DebugInfoData.getULEB128(OffsetPtr); in skipValue() 200 DebugInfoData.getULEB128(OffsetPtr); in skipValue() 206 Form = static_cast<dwarf::Form>(DebugInfoData.getULEB128(OffsetPtr)); in skipValue()
|
| H A D | DWARFAbbreviationDeclaration.cpp | 172 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex() local 182 DWARFFormValue::skipValue(AttributeSpecs[CurAttrIdx].Form, DebugInfoData, in getAttributeOffsetFromIndex() 200 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset() local 201 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
|
| H A D | DWARFVerifier.cpp | 135 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader() argument 151 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader() 153 Version = DebugInfoData.getU16(Offset); in verifyUnitHeader() 156 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader() 157 AddrSize = DebugInfoData.getU8(Offset); in verifyUnitHeader() 158 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader() 162 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader() 163 AddrSize = DebugInfoData.getU8(Offset); in verifyUnitHeader() 176 ValidLength = DebugInfoData.isValidOffset(OffsetStart + Length + 3); in verifyUnitHeader() 448 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection() local [all …]
|
| H A D | DWARFUnit.cpp | 416 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector() local 418 assert(DebugInfoData.isValidOffset(NextCUOffset - 1)); in extractDIEsToVector() 440 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset, in extractDIEsToVector()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 151 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() argument 153 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 166 LLVM_ABI static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|
| H A D | DWARFDebugInfoEntry.h | 43 const DWARFDataExtractor &DebugInfoData,
|
| H A D | DWARFVerifier.h | 167 bool verifyUnitHeader(const DWARFDataExtractor DebugInfoData,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 329 DWARFDataExtractor DebugInfoData = in processOneDie() local 342 if (DebugInfoData.isValidOffset(Offset)) { in processOneDie() 405 ProcessAttributes(DIE, DebugInfoData); in processOneDie() 410 DWARFDataExtractor DebugInfoData = in processOneDie() local 413 if (DebugInfoData.isValidOffset(Offset)) in processOneDie() 414 ProcessAttributes(InputDIE, DebugInfoData); in processOneDie()
|