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