Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h885 explicit GnuDebugLinkSection(StringRef File, uint32_t PrecomputedCRC);
H A DObject.cpp1158 uint32_t PrecomputedCRC) in GnuDebugLinkSection() argument
1159 : FileName(File), CRC32(PrecomputedCRC) { in GnuDebugLinkSection()