aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/DynamicLibrary.h
AgeCommit message (Expand)Author
2006-08-25For PR797:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-01-30Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-29Add in some methods for use by the JIT. LoadLibraryPermanently brings theReid Spencer
2004-11-29Make the default constructor cause the program's symbols to be loaded asReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer