Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp52 size_t CRCPos = alignTo(FileName.size() + 1, 4); in createGnuDebugLinkSectionContents() local
53 std::vector<uint8_t> Data(CRCPos + 4); in createGnuDebugLinkSectionContents()
55 support::endian::write32le(Data.data() + CRCPos, CRC32); in createGnuDebugLinkSectionContents()