reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
   91     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
  124     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
  137     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp
   53   if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr)) {
examples/Kaleidoscope/include/KaleidoscopeJIT.h
   58     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
lib/ExecutionEngine/ExecutionEngine.cpp
  515   if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, ErrorStr))
lib/ExecutionEngine/MCJIT/MCJIT.cpp
   49   sys::DynamicLibrary::LoadLibraryPermanently(nullptr, nullptr);
lib/Support/DynamicLibrary.cpp
  206   return llvm::sys::DynamicLibrary::LoadLibraryPermanently(Filename);
lib/Support/PluginLoader.cpp
   28   if (sys::DynamicLibrary::LoadLibraryPermanently(Filename.c_str(), &Error)) {
tools/clang/examples/clang-interpreter/main.cpp
   68     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  209     if (llvm::sys::DynamicLibrary::LoadLibraryPermanently(Path.c_str(), &Error))
tools/lli/ChildTarget/ChildTarget.cpp
   39   if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr)) {
tools/llvm-jitlink/llvm-jitlink.cpp
  551   if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, &ErrMsg))
  573     if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))
tools/llvm-rtdyld/llvm-rtdyld.cpp
  352     if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))