|
LLVM 22.0.0git
|
#include "llvm/Support/DynamicLibrary.h"#include "llvm-c/Support.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringMap.h"#include "llvm/Config/config.h"#include "llvm/Support/Mutex.h"#include <vector>#include "Unix/DynamicLibrary.inc"Go to the source code of this file.
Classes | |
| class | llvm::sys::DynamicLibrary::HandleSet |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| void * | llvm::SearchForAddressOfSpecialSymbol (const char *SymbolName) |
| LLVMBool | LLVMLoadLibraryPermanently (const char *Filename) |
| This function permanently loads the dynamic library at the given path. | |
| void * | LLVMSearchForAddressOfSymbol (const char *symbolName) |
This function will search through all previously loaded dynamic libraries for the symbol symbolName. | |
| void | LLVMAddSymbol (const char *symbolName, void *symbolValue) |
This functions permanently adds the symbol symbolName with the value symbolValue. | |