Home
last modified time | relevance | path

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

/freebsd-src/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() argument
[all...]
H A DDWARFVerifier.cpp123 verifyUnitHeader(const DWARFDataExtractor DebugInfoData,uint64_t * Offset,unsigned UnitIndex,uint8_t & UnitType,bool & isUnitDWARF64) verifyUnitHeader() argument
381 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); verifyUnitSection() local
1720 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); verifyDebugStrOffsets() local
[all...]
H A DDWARFUnit.cpp393 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); extractDIEsToVector() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h148 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() argument