LLVM  8.0.1
Macros | Variables
PluginLoader.cpp File Reference
#include "llvm/Support/PluginLoader.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/raw_ostream.h"
#include <vector>
Include dependency graph for PluginLoader.cpp:

Go to the source code of this file.

Macros

#define DONT_GET_PLUGIN_LOADER_OPTION
 

Variables

static ManagedStatic< std::vector< std::string > > Plugins
 
static ManagedStatic< sys::SmartMutex< true > > PluginsLock
 

Macro Definition Documentation

◆ DONT_GET_PLUGIN_LOADER_OPTION

#define DONT_GET_PLUGIN_LOADER_OPTION

Definition at line 14 of file PluginLoader.cpp.

Variable Documentation

◆ Plugins

ManagedStatic<std::vector<std::string> > Plugins
static

Definition at line 23 of file PluginLoader.cpp.

◆ PluginsLock

ManagedStatic<sys::SmartMutex<true> > PluginsLock
static

Definition at line 24 of file PluginLoader.cpp.