Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp26 WriteBitcodeToFile(M, OS, ShouldPreserveUseListOrder, Index, EmitModuleHash); in run()
35 bool EmitModuleHash; member in __anon49ef76ab0111::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-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeWriterPass.h41 bool EmitModuleHash = false);
54 bool EmitModuleHash; variable
67 bool EmitModuleHash = false)
69 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {} in OS()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-as/
Dllvm-as.cpp50 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
105 IndexToWrite, EmitModuleHash); in WriteOutputFile()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
DNewPMDriver.h75 bool EmitSummaryIndex, bool EmitModuleHash,
Dopt.cpp201 static cl::opt<bool> EmitModuleHash("module-hash", cl::desc("Emit module hash"), variable
834 EmitModuleHash, EnableDebugify) in main()
1053 if (EmitModuleHash) in main()
1061 EmitSummaryIndex, EmitModuleHash)); in main()
DNewPMDriver.cpp245 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline() argument
447 EmitSummaryIndex, EmitModuleHash)); in runPassPipeline()