Searched defs:DebugInfoData (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 23 const DWARFDataExtractor &DebugInfoData, in extractFast()
|
H A D | DWARFAbbreviationDeclaration.cpp | 172 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex() local 200 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset() local
|
H A D | DWARFFormValue.cpp | 110 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() argument [all...] |
H A D | DWARFVerifier.cpp | 125 verifyUnitHeader(const DWARFDataExtractor DebugInfoData,uint64_t * Offset,unsigned UnitIndex,uint8_t & UnitType,bool & isUnitDWARF64) verifyUnitHeader() argument 438 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); verifyUnitSection() local 1896 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); handleDebugStrOffsets() local [all...] |
H A D | DWARFUnit.cpp | 416 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieManualExtractTest.cpp | 57 DWARFDataExtractor DebugInfoData = CU->getDebugInfoExtractor(); in TEST() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 526 DWARFDataExtractor DebugInfoData = processOneDie() local 611 DWARFDataExtractor DebugInfoData = processOneDie() local
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 148 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() argument
|