LLVM API Documentation
#include <PluginLoader.h>
Public Member Functions | |
| void | operator= (const std::string &Filename) |
Static Public Member Functions | |
| static unsigned | getNumPlugins () |
| static std::string & | getPlugin (unsigned num) |
Definition at line 23 of file PluginLoader.h.
| unsigned PluginLoader::getNumPlugins | ( | ) | [static] |
Definition at line 37 of file PluginLoader.cpp.
References Lock, Plugins, and PluginsLock.
| std::string & PluginLoader::getPlugin | ( | unsigned | num | ) | [static] |
Definition at line 42 of file PluginLoader.cpp.
References Lock, Plugins, and PluginsLock.
| void PluginLoader::operator= | ( | const std::string & | Filename | ) |
Definition at line 26 of file PluginLoader.cpp.
References llvm::lltok::Error, llvm::errs(), llvm::sys::DynamicLibrary::LoadLibraryPermanently(), Lock, Plugins, and PluginsLock.