Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp31 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()
108 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
H A DDWARFDebugArangeSet.cpp84 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract()
H A DDWARFDebugAddr.cpp172 return Length + dwarf::getUnitLengthFieldByteSize(Format); in getFullLength()
H A DDWARFUnit.cpp274 uint64_t NextCUOffset = Offset + getUnitLengthFieldByteSize() + getLength(); in extract()
308 TypeOffset >= getUnitLengthFieldByteSize() + getLength()) { in extract()
343 UnitContrib->Length != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h105 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function
106 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()
109 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()
509 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
H A DDWARFAcceleratorTable.h468 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp84 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
H A DDwarfCompileUnit.h290 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
H A DAsmPrinter.cpp3614 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter
3615 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
H A DDwarfDebug.cpp3004 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h233 unsigned int getUnitLengthFieldByteSize() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h671 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp803 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
890 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1548 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
H A DMCAsmStreamer.cpp2394 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()