Searched refs:getInitialLength (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 34 std::tie(NewSet.Length, NewSet.Format) = Data.getInitialLength(C); in extract()
|
| H A D | DWARFDataExtractor.cpp | 15 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor
|
| H A D | DWARFListTable.cpp | 23 std::tie(HeaderData.Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extract()
|
| H A D | DWARFDebugArangeSet.cpp | 69 data.getInitialLength(offset_ptr, &Err); in extract()
|
| H A D | DWARFDebugAddr.cpp | 48 std::tie(Length, Format) = Data.getInitialLength(OffsetPtr, &Err); in extractV5()
|
| H A D | DWARFUnit.cpp | 237 debug_info.getInitialLength(offset_ptr, &Err); in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
|
| H A D | DWARFDebugFrame.cpp | 999 std::tie(Length, Format) = Data.getInitialLength(&Offset); in parse()
|
| H A D | DWARFVerifier.cpp | 118 std::tie(Length, Format) = DebugInfoData.getInitialLength(Offset); in verifyUnitHeader()
|
| H A D | DWARFDebugLine.cpp | 368 DebugLineData.getInitialLength(Cursor); in parse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 118 InfoData.getInitialLength(&Offset, &Err); in parseCompileUnitHeader()
|