Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h895 explicit GnuDebugLinkSection(StringRef File, uint32_t PrecomputedCRC);
H A DELFObject.cpp1114 uint32_t PrecomputedCRC) in GnuDebugLinkSection() argument
1115 : FileName(File), CRC32(PrecomputedCRC) { in GnuDebugLinkSection()