Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp158 PassPlugins("load-pass-plugin", variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp68 PassPlugins("load-pass-plugin", variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h50 std::vector<std::string> PassPlugins; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h355 std::vector<std::string> PassPlugins; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp161 static void RegisterPassPlugins(ArrayRef<std::string> PassPlugins, in RegisterPassPlugins()