Searched refs:LoadLibraryPermanently (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDynamicLibrary.h75 static bool LoadLibraryPermanently(const char *Filename, function in class:llvm::sys::DynamicLibrary
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DPluginLoader.cpp29 if (sys::DynamicLibrary::LoadLibraryPermanently(Filename.c_str(), &Error)) {
H A DDynamicLibrary.cpp179 return llvm::sys::DynamicLibrary::LoadLibraryPermanently(Filename);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp72 if(!DynamicLibrary::LoadLibraryPermanently("libopagent.so", &error)) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp201 if (llvm::sys::DynamicLibrary::LoadLibraryPermanently(Path.c_str(), &Error))
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp50 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp81 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp450 if (sys::DynamicLibrary::LoadLibraryPermanently(0, ErrorStr))

Completed in 180 milliseconds