Home
last modified time | relevance | path

Searched defs:PassPlugins (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp178 PassPlugins("load-pass-plugin", variable
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp279 PassPlugins("load-pass-plugin", global() variable
H A DNewPMDriver.cpp331 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/LTO/
H A DConfig.h52 std::vector<std::string> PassPlugins; member
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp185 static void RegisterPassPlugins(ArrayRef<std::string> PassPlugins, in RegisterPassPlugins() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h402 std::vector<std::string> PassPlugins; global() variable