Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp275 TypeOffset < getLength() + getUnitLengthFieldByteSize(); in extract()
296 UnitContrib->Length != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
/netbsd-src/external/apache2/llvm/dist/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()
500 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
H A DDWARFAcceleratorTable.h468 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp84 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
H A DDwarfCompileUnit.h292 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
H A DAsmPrinter.cpp3589 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter
3590 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
H A DDwarfDebug.cpp2954 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h233 unsigned int getUnitLengthFieldByteSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h671 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp851 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
938 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1583 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
H A DMCAsmStreamer.cpp2352 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()