Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp292 uint64_t NextCUOffset = Offset + getUnitLengthFieldByteSize() + getLength(); in extract()
326 TypeOffset >= getUnitLengthFieldByteSize() + getLength()) { in extract()
356 UnitContrib->getLength() != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h108 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function
109 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()
112 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()
555 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
H A DDWARFAcceleratorTable.h469 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
H A DDwarfCompileUnit.h287 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
H A DAsmPrinter.cpp4083 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter
4084 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
H A DDwarfDebug.cpp3060 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h257 unsigned int getUnitLengthFieldByteSize() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h757 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp830 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
917 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1575 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
H A DMCAsmStreamer.cpp2473 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()