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

References

tools/llvm-rtdyld/llvm-rtdyld.cpp
  349     if (!sys::fs::is_regular_file(Dylib))
  350       report_fatal_error("Dylib not found: '" + Dylib + "'.");
  352     if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))
  353       report_fatal_error("Error loading '" + Dylib + "': " + ErrMsg);