Lines Matching full:dynamic
1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
24 /// This class provides a portable interface to dynamic libraries which also
25 /// might be known as shared libraries, shared objects, dynamic shared
26 /// objects, or dynamic link libraries. Regardless of the terminology or the
28 /// allows dynamic libraries to be loaded and searched for externally
39 // Opaque data used to interface with OS-specific dynamic library handling.
59 /// This function permanently loads the dynamic library at the given path
69 /// Open a dynamic library permanently.
81 /// This function permanently loads the dynamic library at the given path.
91 /// This function loads the dynamic library at the given path, using the
104 /// This function closes the dynamic library at the given path, using the
128 /// This function will search through all previously loaded dynamic