Searched refs:PrecomputedCRC (Results 1 – 2 of 2) sorted by relevance
885 explicit GnuDebugLinkSection(StringRef File, uint32_t PrecomputedCRC);
1158 uint32_t PrecomputedCRC) in GnuDebugLinkSection() argument1159 : FileName(File), CRC32(PrecomputedCRC) { in GnuDebugLinkSection()