Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h72 ArrayRef<PassPlugin> PassPlugins,
H A Doptdriver.cpp288 PassPlugins("load-pass-plugin", variable
454 PassPlugins.setCallback([&](const std::string &PluginPath) { in optMain()
483 errs() << argv[0] << ": " << PassPlugins.ArgStr in optMain()
H A DNewPMDriver.cpp354 ArrayRef<PassPlugin> PassPlugins, in runPassPipeline() argument
452 for (auto &PassPlugin : PassPlugins) in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp198 PassPlugins("load-pass-plugin", variable
338 llvm::append_range(Conf.PassPlugins, PassPlugins); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h53 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
193 for (auto &PluginFN : PassPlugins) { in RegisterPassPlugins()
279 RegisterPassPlugins(Conf.PassPlugins, PB); in runNewPMPasses()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp46 c.PassPlugins.push_back(std::string(pluginFn)); in createConfig()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h440 std::vector<std::string> PassPlugins; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp126 c.PassPlugins.push_back(std::string(pluginFn)); in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp982 for (auto &PluginFN : CodeGenOpts.PassPlugins) { in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3936 MarshallingInfoStringVector<CodeGenOpts<"PassPlugins">>;