Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp53 size_t CRCPos = alignTo(FileName.size() + 1, 4); in createGnuDebugLinkSectionContents() local
54 std::vector<uint8_t> Data(CRCPos + 4); in createGnuDebugLinkSectionContents()
56 support::endian::write32le(Data.data() + CRCPos, CRC32); in createGnuDebugLinkSectionContents()