Home
last modified time | relevance | path

Searched refs:getInitialLength (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h54 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 DDWARFDebugPubTable.cpp34 std::tie(NewSet.Length, NewSet.Format) = Data.getInitialLength(C); in extract()
H A DDWARFListTable.cpp24 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extract()
H A DDWARFDataExtractor.cpp17 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor
H A DDWARFDebugArangeSet.cpp70 data.getInitialLength(offset_ptr, &Err); in extract()
H A DDWARFDebugAddr.cpp47 std::tie(Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extractV5()
H A DDWARFVerifier.cpp141 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 DDWARFDebugLine.cpp373 DebugLineData.getInitialLength(Cursor); in parse()
1583 auto [TotalLength, _] = DebugLineData.getInitialLength(Cursor); in hasValidVersion()
H A DDWARFUnit.cpp262 debug_info.getInitialLength(offset_ptr, &Err); in extract()
H A DDWARFAcceleratorTable.cpp454 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
H A DDWARFDebugFrame.cpp1054 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp365 InfoData.getInitialLength(&Offset, &Err); in parseInfoSectionUnitHeader()