Searched refs:getInitialLength (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | DWARFAcceleratorTable.cpp | 388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
|
| H A D | DWARFUnit.cpp | 255 debug_info.getInitialLength(offset_ptr, &Err); in extract()
|
| H A D | DWARFDebugFrame.cpp | 1045 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
|
| H A D | DWARFDebugLine.cpp | 368 DebugLineData.getInitialLength(Cursor); in parse()
|
| H A D | DWARFVerifier.cpp | 138 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWP/ |
| H A D | DWP.cpp | 315 InfoData.getInitialLength(&Offset, &Err); in parseInfoSectionUnitHeader()
|