Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp32 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()
108 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
H A DDWARFDebugArangeSet.cpp85 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract()
H A DDWARFDebugAddr.cpp183 return Length + dwarf::getUnitLengthFieldByteSize(Format); in getFullLength()
H A DDWARFUnit.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()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.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()
H A DDWARFAcceleratorTable.h686 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
H A DDwarfCompileUnit.h317 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
H A DAsmPrinter.cpp4364 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter
4365 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
H A DDwarfDebug.cpp3092 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h246 unsigned int getUnitLengthFieldByteSize() const;
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp838 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
925 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1586 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
H A DMCAsmStreamer.cpp2570 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1103 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function