Home
last modified time | relevance | path

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

/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()
/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.h687 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
H A DDwarfCompileUnit.h319 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
H A DAsmPrinter.cpp4645 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const {
4646 return dwarf::getUnitLengthFieldByteSize(
4358 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { getUnitLengthFieldByteSize() function in AsmPrinter
H A DDwarfDebug.cpp3363 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in constructSkeletonCU()
/llvm-project/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp293 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 4u); in TEST_F()
300 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 12u); in TEST_F()
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h252 unsigned int getUnitLengthFieldByteSize() const;
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp865 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()
952 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()
1636 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
H A DMCAsmStreamer.cpp2618 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfAdvanceLineAddr()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1110 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize()
1103 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { getUnitLengthFieldByteSize() function