Searched refs:getUnitLengthFieldByteSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp41 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format);
115 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format);
H A DDWARFUnit.cpp320 TypeOffset < getLength() + getUnitLengthFieldByteSize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h101 uint8_t getUnitLengthFieldByteSize() const { function in class:llvm::DWARFUnitHeader
102 return dwarf::getUnitLengthFieldByteSize(FormParams.Format);
105 return Offset + Length + getUnitLengthFieldByteSize();
527 return Header.getLength() + Header.getUnitLengthFieldByteSize() -
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h567 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { function

Completed in 214 milliseconds