Home
last modified time | relevance | path

Searched refs:CSK_MD5 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp907 .Case("CSK_MD5", DIFile::CSK_MD5) in getChecksumKind()
HDVerifier.cpp1373 case DIFile::CSK_MD5: in visitDIFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp3652 if (!Checksum || Checksum->Kind != DIFile::CSK_MD5) in getMD5AsBytes()
HDCodeViewDebug.cpp215 case DIFile::CSK_MD5: in maybeRecordFile()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h587 CSK_MD5 = 1, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp375 return llvm::DIFile::CSK_MD5; in computeChecksum()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp5488 OPTIONAL(checksumkind, ChecksumKindField, (DIFile::CSK_MD5)); \ in parseDIFile()