Searched refs:PassPlugins (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h70 StringRef PassPipeline, ArrayRef<PassPlugin> PassPlugins,
H A Dopt.cpp279 PassPlugins("load-pass-plugin",
449 PassPlugins.setCallback([&](const std::string &PluginPath) {
489 errs() << argv[0] << ": " << PassPlugins.ArgStr
H A DNewPMDriver.cpp331 ArrayRef<PassPlugin> PassPlugins, OutputKind OK, VerifierKind VK,
428 for (auto &PassPlugin : PassPlugins)
327 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) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h52 std::vector<std::string> PassPlugins; member in struct:llvm::lto::Config
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp178 PassPlugins("load-pass-plugin",
307 for (auto &PluginFN : PassPlugins)
308 Conf.PassPlugins.push_back(PluginFN);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h402 std::vector<std::string> PassPlugins; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp185 static void RegisterPassPlugins(ArrayRef<std::string> PassPlugins, argument
192 for (auto &PluginFN : PassPlugins) {
273 RegisterPassPlugins(Conf.PassPlugins, PB);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLTO.cpp127 c.PassPlugins.push_back(std::string(pluginFn));
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp884 for (auto &PluginFN : CodeGenOpts.PassPlugins) {

Completed in 104 milliseconds