Searched refs:getInitialLength (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDataExtractor.h | 54 getInitialLength(uint64_t *Off, Error *Err = nullptr) const; 56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength() function 57 return getInitialLength(&getOffset(C), &getError(C)); in getInitialLength()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 34 std::tie(NewSet.Length, NewSet.Format) = Data.getInitialLength(C); in extract()
|
H A D | DWARFListTable.cpp | 24 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extract()
|
H A D | DWARFDataExtractor.cpp | 17 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor
|
H A D | DWARFDebugArangeSet.cpp | 70 data.getInitialLength(offset_ptr, &Err); in extract()
|
H A D | DWARFDebugAddr.cpp | 47 std::tie(Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extractV5()
|
H A D | DWARFVerifier.cpp | 141 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader() 1899 DwarfFormat InfoFormat = DebugInfoData.getInitialLength(&Offset).second; in handleDebugStrOffsets() 1931 std::tie(Length, Format) = DA.getInitialLength(C); in verifyDebugStrOffsets()
|
H A D | DWARFDebugLine.cpp | 373 DebugLineData.getInitialLength(Cursor); in parse() 1583 auto [TotalLength, _] = DebugLineData.getInitialLength(Cursor); in hasValidVersion()
|
H A D | DWARFUnit.cpp | 262 debug_info.getInitialLength(offset_ptr, &Err); in extract()
|
H A D | DWARFAcceleratorTable.cpp | 454 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
|
H A D | DWARFDebugFrame.cpp | 1054 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 365 InfoData.getInitialLength(&Offset, &Err); in parseInfoSectionUnitHeader()
|