LLVM API Documentation
#include "llvm/Support/DataTypes.h"
Go to the source code of this file.
Typedefs | |
typedef int | LLVMBool |
typedef struct LLVMOpaqueMemoryBuffer * | LLVMMemoryBufferRef |
Functions | |
LLVMBool | LLVMLoadLibraryPermanently (const char *Filename) |
LLVMBool LLVMLoadLibraryPermanently | ( | const char * | Filename | ) |
This function permanently loads the dynamic library at the given path. It is safe to call this function multiple times for the same library.
Definition at line 178 of file DynamicLibrary.cpp.
References llvm::sys::DynamicLibrary::LoadLibraryPermanently().