Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp34 std::tie(NewSet.Length, NewSet.Format) = Data.getInitialLength(C); in extract()
H A DDWARFDataExtractor.cpp15 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor
H A DDWARFListTable.cpp23 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extract()
H A DDWARFDebugArangeSet.cpp69 data.getInitialLength(offset_ptr, &Err); in extract()
H A DDWARFDebugAddr.cpp48 std::tie(Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extractV5()
H A DDWARFUnit.cpp237 debug_info.getInitialLength(offset_ptr, &Err); in extract()
H A DDWARFAcceleratorTable.cpp388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
H A DDWARFDebugFrame.cpp999 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
H A DDWARFVerifier.cpp118 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader()
H A DDWARFDebugLine.cpp368 DebugLineData.getInitialLength(Cursor); in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp118 InfoData.getInitialLength(&Offset, &Err); in parseCompileUnitHeader()