Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h885 explicit GnuDebugLinkSection(StringRef File, uint32_t PrecomputedCRC);
H A DObject.cpp1162 uint32_t PrecomputedCRC) in GnuDebugLinkSection() argument
1163 : FileName(File), CRC32(PrecomputedCRC) { in GnuDebugLinkSection()