Home
last modified time | relevance | path

Searched refs:EmitModuleHash (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
35 bool EmitModuleHash; member in __anond908cab80111::WriteBitcodePass
44 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass() argument
47 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) { in WriteBitcodePass()
59 EmitModuleHash); in runOnModule()
79 bool EmitSummaryIndex, bool EmitModuleHash) { in INITIALIZE_PASS_DEPENDENCY()
81 EmitSummaryIndex, EmitModuleHash); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h42 bool EmitModuleHash = false);
55 bool EmitModuleHash; variable
68 bool EmitModuleHash = false)
70 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
/freebsd-12.1/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp47 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
99 IndexToWrite, EmitModuleHash); in WriteOutputFile()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DNewPMDriver.h60 bool EmitSummaryIndex, bool EmitModuleHash,
H A Dopt.cpp198 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
626 EmitModuleHash, EnableDebugify) in main()
819 if (EmitModuleHash) in main()
827 EmitSummaryIndex, EmitModuleHash)); in main()
H A DNewPMDriver.cpp227 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument
335 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()