Home
last modified time | relevance | path

Searched defs:DebugInfoData (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp172 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeOffsetFromIndex() local
200 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValueFromOffset() local
H A DDWARFDebugInfoEntry.cpp23 const DWARFDataExtractor &DebugInfoData, in extractFast()
H A DDWARFFormValue.cpp110 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue()
H A DDWARFVerifier.cpp125 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader()
438 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection() local
1897 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in handleDebugStrOffsets() local
H A DDWARFUnit.cpp416 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp526 DWARFDataExtractor DebugInfoData = in processOneDie() local
611 DWARFDataExtractor DebugInfoData = in processOneDie() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h146 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue()