Searched refs:EmitSummaryIndex (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h32 /// If \c EmitSummaryIndex, emit the summary index (currently for use in ThinLTO
39 bool EmitSummaryIndex = false,
52 bool EmitSummaryIndex; member in class:llvm::BitcodeWriterPass
61 /// If \c EmitSummaryIndex, emit the summary index (currently
65 bool EmitSummaryIndex = false,
68 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {}
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp23 EmitSummaryIndex ? &(AM.getResult<ModuleSummaryIndexAnalysis>(M))
33 bool EmitSummaryIndex; member in class:__anon2025::WriteBitcodePass
43 bool EmitSummaryIndex, bool EmitModuleHash)
46 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {
54 EmitSummaryIndex
63 if (EmitSummaryIndex)
78 bool EmitSummaryIndex, bool EmitModuleHash) {
80 EmitSummaryIndex, EmitModuleHash);
42 WriteBitcodePass(raw_ostream &o, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
76 createBitcodeWriterPass(raw_ostream &Str, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
/openbsd-current/gnu/llvm/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp28 bool EmitSummaryIndex)
31 EmitSummaryIndex(EmitSummaryIndex) {}
52 EmitSummaryIndex ? &(AM.getResult<ModuleSummaryIndexAnalysis>(M))
26 PrintModulePass(raw_ostream &OS, const std::string &Banner, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h36 bool EmitSummaryIndex; member in class:llvm::PrintModulePass
42 bool EmitSummaryIndex = false);
/openbsd-current/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.h75 bool EmitSummaryIndex, bool EmitModuleHash,
H A Dopt.cpp181 static cl::opt<bool> EmitSummaryIndex("module-summary",
722 PreserveBitcodeUseListOrder, EmitSummaryIndex,
734 if (EmitSummaryIndex) {
H A DNewPMDriver.cpp332 bool EmitSummaryIndex, bool EmitModuleHash,
476 Out->os(), "", ShouldPreserveAssemblyUseListOrder, EmitSummaryIndex));
480 EmitSummaryIndex, EmitModuleHash));
323 runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM, TargetLibraryInfoImpl *TLII, ToolOutputFile *Out, ToolOutputFile *ThinLTOLinkOut, ToolOutputFile *OptRemarkFile, StringRef PassPipeline, ArrayRef<PassPlugin> PassPlugins, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash, bool EnableDebugify, bool VerifyDIPreserve) argument

Completed in 184 milliseconds