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