Searched defs:EmitSummaryIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h53 bool EmitSummaryIndex; member in class:llvm::BitcodeWriterPass
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp34 bool EmitSummaryIndex; member in class:__anon4503::WriteBitcodePass
43 WriteBitcodePass(raw_ostream &o, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
77 createBitcodeWriterPass(raw_ostream &Str, bool ShouldPreserveUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp209 runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM, ToolOutputFile *Out, ToolOutputFile *ThinLTOLinkOut, ToolOutputFile *OptRemarkFile, StringRef PassPipeline, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash, bool EnableDebugify) argument

Completed in 148 milliseconds