Home
last modified time | relevance | path

Searched refs:InfoData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp116 DWARFDataExtractor InfoData(Info, true, 0); in parseCompileUnitHeader() local
118 InfoData.getInitialLength(&Offset, &Err); in parseCompileUnitHeader()
123 if (!InfoData.isValidOffset(Offset + (Header.Length - 1))) { in parseCompileUnitHeader()
126 utostr(Offset + Header.Length) + " >= " + utostr(InfoData.size())); in parseCompileUnitHeader()
129 Header.Version = InfoData.getU16(&Offset, &Err); in parseCompileUnitHeader()
149 Header.UnitType = InfoData.getU8(&Offset); in parseCompileUnitHeader()
150 Header.AddrSize = InfoData.getU8(&Offset); in parseCompileUnitHeader()
151 Header.DebugAbbrevOffset = InfoData.getU32(&Offset); in parseCompileUnitHeader()
152 Header.Signature = InfoData.getU64(&Offset); in parseCompileUnitHeader()
156 Header.DebugAbbrevOffset = InfoData.getU32(&Offset); in parseCompileUnitHeader()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp67 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode() local
76 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr)) in decode()
83 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr)) in decode()
195 DataExtractor InfoData(InfoBytes, Data.isLittleEndian(), in lookup() local
203 if (auto ExpectedLE = LineTable::lookup(InfoData, FuncAddr, Addr)) in lookup()
212 InlineInfoData = InfoData; in lookup()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DStabs.cc648 char *InfoData = (char *) data->d_buf; in check_AnalyzerInfo() local
660 InfoSize, (ul_t) InfoData, InfoAlign, (long long) baseAddr); in check_AnalyzerInfo()
703 memcpy ((void *) &h, (const void *) InfoData, infoHdr_sz); in check_AnalyzerInfo()
704 InfoData += infoHdr_sz; in check_AnalyzerInfo()
721 memcpy ((void *) m, (const void *) InfoData, memop_info_sz); in check_AnalyzerInfo()
722 InfoData += memop_info_sz; in check_AnalyzerInfo()
745 memcpy ((void *) &h, (const void *) InfoData, infoHdr_sz); in check_AnalyzerInfo()
746 InfoData += infoHdr_sz; in check_AnalyzerInfo()
762 memcpy ((void *) t, (const void *) InfoData, target_info_sz); in check_AnalyzerInfo()
763 InfoData += target_info_sz; in check_AnalyzerInfo()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.cc647 char *InfoData = (char *) data->d_buf; in check_AnalyzerInfo() local
659 InfoSize, (ul_t) InfoData, InfoAlign, (long long) baseAddr); in check_AnalyzerInfo()
702 memcpy ((void *) &h, (const void *) InfoData, infoHdr_sz); in check_AnalyzerInfo()
703 InfoData += infoHdr_sz; in check_AnalyzerInfo()
720 memcpy ((void *) m, (const void *) InfoData, memop_info_sz); in check_AnalyzerInfo()
721 InfoData += memop_info_sz; in check_AnalyzerInfo()
744 memcpy ((void *) &h, (const void *) InfoData, infoHdr_sz); in check_AnalyzerInfo()
745 InfoData += infoHdr_sz; in check_AnalyzerInfo()
761 memcpy ((void *) t, (const void *) InfoData, target_info_sz); in check_AnalyzerInfo()
762 InfoData += target_info_sz; in check_AnalyzerInfo()
[all …]