LLVM API Documentation

Typedefs | Functions
Support.h File Reference
#include "llvm/Support/DataTypes.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.

Typedefs

typedef int LLVMBool
typedef struct
LLVMOpaqueMemoryBuffer * 
LLVMMemoryBufferRef

Functions

LLVMBool LLVMLoadLibraryPermanently (const char *Filename)

Function Documentation

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().