Searched defs:UnifiedLTO (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 97 bool UnifiedLTO; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/opt/ |
H A D | opt.cpp | 121 UnifiedLTO("unified-lto", global() variable
|
H A D | NewPMDriver.cpp | 335 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,bool UnifiedLTO) runPassPipeline() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 79 bool UnifiedLTO; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 264 bool UnifiedLTO = false; in enableUnifiedLTO() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 816 bool UnifiedLTO = false; buildModuleSummaryIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 4858 bool UnifiedLTO = false; ConstructJob() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8113 bool UnifiedLTO = Flags & 0x200; getEnableSplitLTOUnitAndUnifiedFlag() local
|