Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFListTable.cpp41 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()
115 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
DDWARFUnit.cpp320 TypeOffset < getLength() + getUnitLengthFieldByteSize(); in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h101 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function
102 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()
105 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()
527 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h567 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function