Home
last modified time | relevance | path

Searched refs:DSH_MD5 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h103 DSH_MD5, enumerator
H A DDebugOptions.def89 ENUM_DEBUGOPT(DebugSrcHash, DebugSrcHashKind, 2, DSH_MD5)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp373 case clang::CodeGenOptions::DSH_MD5: in computeChecksum()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4449 NormalizedValues<["DSH_MD5", "DSH_SHA1", "DSH_SHA256"]>,
4451 MarshallingInfoEnum<CodeGenOpts<"DebugSrcHash">, "DSH_MD5">;