Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFDataExtractorSimple.h70 getInitialLength(uint64_t *Off, Error *Err = nullptr) const {
101 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength() function
102 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 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 DDWARFDebugFrame.cpp203 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
H A DDWARFVerifier.cpp151 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader()
2130 DwarfFormat InfoFormat = DebugInfoData.getInitialLength(&Offset).second; in handleDebugStrOffsets()
2162 std::tie(Length, Format) = DA.getInitialLength(C); in verifyDebugStrOffsets()
H A DDWARFDebugLine.cpp372 DebugLineData.getInitialLength(Cursor); in parse()
1637 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()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp362 InfoData.getInitialLength(&Offset, &Err); in parseInfoSectionUnitHeader()