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

References

tools/llvm-jitlink/llvm-jitlink.cpp
  569     if (!sys::fs::is_regular_file(Dylib))
  570       return make_error<StringError>("\"" + Dylib + "\" is not a regular file",
  573     if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))