LLVM API Documentation

Defines | 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.

Defines

#define DONT_GET_PLUGIN_LOADER_OPTION

Variables

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

Define Documentation

Definition at line 14 of file PluginLoader.cpp.


Variable Documentation

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