LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Support.h File Reference
#include "llvm-c/Core.h"
Include dependency graph for Support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LLVMBool LLVMLoadLibraryPermanently (const char *Filename)
 

Function Documentation

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.

See Also
sys::DynamicLibrary::LoadLibraryPermanently()

Definition at line 178 of file DynamicLibrary.cpp.

References llvm::sys::DynamicLibrary::LoadLibraryPermanently().