Home
last modified time | relevance | path

Searched defs:EmitModuleHash (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp34 bool EmitModuleHash; member in __anonf205b9a00111::WriteBitcodePass
43 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass()
/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h53 bool EmitModuleHash; variable
/openbsd/gnu/llvm/llvm/tools/llvm-as/
H A Dllvm-as.cpp50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
/openbsd/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp185 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
H A DNewPMDriver.cpp332 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline()