Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h898 explicit GnuDebugLinkSection(StringRef File, uint32_t PrecomputedCRC);
H A DELFObject.cpp1135 uint32_t PrecomputedCRC) in GnuDebugLinkSection() argument
1136 : FileName(File), CRC32(PrecomputedCRC) { in GnuDebugLinkSection()