Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp178 PassPlugins("load-pass-plugin", variable
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h52 std::vector<std::string> PassPlugins; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp280 PassPlugins("load-pass-plugin", variable
H A DNewPMDriver.cpp344 ArrayRef<PassPlugin> PassPlugins, in runPassPipeline()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h409 std::vector<std::string> PassPlugins; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp185 static void RegisterPassPlugins(ArrayRef<std::string> PassPlugins, in RegisterPassPlugins()