Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DPluginLoader.cpp23 struct Plugins { struct
24 sys::SmartMutex<true> Lock;
25 std::vector<std::string> List;
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h211 std::vector<std::shared_ptr<Plugin>> Plugins; global() variable
/llvm-project/offload/include/
H A DPluginManager.h146 llvm::SmallVector<std::unique_ptr<GenericPluginTy>> Plugins; global() member
/llvm-project/mlir/docs/Tools/
H A DMLIRLSP.md393 ### Visual Studio Code
/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h542 std::vector<std::string> Plugins; variable
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp51 CheckerRegistryData &Data, ArrayRef<std::string> Plugins, in CheckerRegistry()
H A DAnalysisConsumer.cpp91 ArrayRef<std::string> Plugins; member in __anonebc0cf890111::AnalysisConsumer
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp668 std::vector<std::shared_ptr<ObjectLinkingLayer::Plugin>> Plugins; global() member in llvm::orc::ObjectLinkingLayerJITLinkContext