Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp24 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor(); in extractFast() local
30 const DWARFDataExtractor &DebugInfoData, in extractFast()
DDWARFAbbreviationDeclaration.cpp158 auto DebugInfoData = U.getDebugInfoExtractor(); in getAttributeValue() local
DDWARFFormValue.cpp81 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue()
DDWARFVerifier.cpp110 bool DWARFVerifier::verifyUnitHeader(const DWARFDataExtractor DebugInfoData, in verifyUnitHeader()
259 DWARFDataExtractor DebugInfoData(DObj, DObj.getInfoSection(), in handleDebugInfo() local
DDWARFUnit.cpp218 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor(); in extractDIEsToVector() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp187 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in extractFast() local
243 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in getAttributeValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h118 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr, in skipValue()