HomeSort by relevance Sort by last modified time
    Searched refs:LoadLibraryPermanently (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
DynamicLibrary.h 75 static bool LoadLibraryPermanently(const char *Filename,
  /external/llvm/lib/Support/
PluginLoader.cpp 29 if (sys::DynamicLibrary::LoadLibraryPermanently(Filename.c_str(), &Error)) {
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 74 if(!DynamicLibrary::LoadLibraryPermanently("libopagent.so", &error)) {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 202 if (llvm::sys::DynamicLibrary::LoadLibraryPermanently(Path.c_str(), &Error))
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 48 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 215 sys::DynamicLibrary::LoadLibraryPermanently(0, NULL);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 456 if (sys::DynamicLibrary::LoadLibraryPermanently(0, ErrorStr))
    [all...]

Completed in 63 milliseconds