Home
last modified time | relevance | path

Searched refs:PassPlugins (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h72 ArrayRef<PassPlugin> PassPlugins,
H A Doptdriver.cpp280 PassPlugins("load-pass-plugin", variable
453 PassPlugins.setCallback([&](const std::string &PluginPath) { in optMain()
489 errs() << argv[0] << ": " << PassPlugins.ArgStr in optMain()
H A DNewPMDriver.cpp344 ArrayRef<PassPlugin> PassPlugins, in runPassPipeline() argument
444 for (auto &PassPlugin : PassPlugins) in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp178 PassPlugins("load-pass-plugin", variable
329 for (auto &PluginFN : PassPlugins) in run()
330 Conf.PassPlugins.push_back(PluginFN); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h52 std::vector<std::string> PassPlugins; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp185 static void RegisterPassPlugins(ArrayRef<std::string> PassPlugins, in RegisterPassPlugins() argument
192 for (auto &PluginFN : PassPlugins) { in RegisterPassPlugins()
273 RegisterPassPlugins(Conf.PassPlugins, PB); in runNewPMPasses()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h409 std::vector<std::string> PassPlugins; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp129 c.PassPlugins.push_back(std::string(pluginFn)); in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp916 for (auto &PluginFN : CodeGenOpts.PassPlugins) { in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3735 MarshallingInfoStringVector<CodeGenOpts<"PassPlugins">>;