Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h211 std::vector<std::shared_ptr<Plugin>> Plugins; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h542 std::vector<std::string> Plugins; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp91 ArrayRef<std::string> Plugins; member in __anond6a4e1f60111::AnalysisConsumer
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp668 std::vector<std::shared_ptr<ObjectLinkingLayer::Plugin>> Plugins; member in llvm::orc::ObjectLinkingLayerJITLinkContext