Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPluginLoader.cpp23 struct Plugins { struct
24 sys::SmartMutex<true> Lock;
25 std::vector<std::string> List;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h201 std::vector<std::unique_ptr<Plugin>> Plugins; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h508 std::vector<std::string> Plugins; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp91 ArrayRef<std::string> Plugins; member in __anonbbf3f4080111::AnalysisConsumer
H A DCheckerRegistry.cpp51 CheckerRegistryData &Data, ArrayRef<std::string> Plugins, in CheckerRegistry()