Home
last modified time | relevance | path

Searched refs:getUnitLengthFieldByteSize (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFListTable.cpp32 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()
108 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
HDDWARFDebugArangeSet.cpp85 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract()
HDDWARFDebugAddr.cpp183 return Length + dwarf::getUnitLengthFieldByteSize(Format); in getFullLength()
HDDWARFUnit.cpp297 uint64_t NextCUOffset = Offset + getUnitLengthFieldByteSize() + getLength(); in extract()
323 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract()
358 uint64_t IndexLength = getLength() + getUnitLengthFieldByteSize(); in applyIndexEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h113 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function
114 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()
117 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()
572 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
HDDWARFAcceleratorTable.h686 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfFile.cpp82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
HDDwarfCompileUnit.h317 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
HDAsmPrinter.cpp4364 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter
4365 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
HDDwarfDebug.cpp3092 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h246 unsigned int getUnitLengthFieldByteSize() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp838 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
925 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1586 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
HDMCAsmStreamer.cpp2570 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h1103 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function