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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDynamicLibrary.h75 static bool LoadLibraryPermanently(const char *Filename, function in class:llvm::sys::DynamicLibrary
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DPluginLoader.cpp29 if (sys::DynamicLibrary::LoadLibraryPermanently(Filename.c_str(), &Error)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp73 if(!DynamicLibrary::LoadLibraryPermanently("libopagent.so", &error)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp45 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.cpp215 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp455 if (sys::DynamicLibrary::LoadLibraryPermanently(0, ErrorStr))

Completed in 205 milliseconds