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

References

tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  695   auto pos = _pathToDylibMap.find(path);
  700   std::pair<StringRef, StringRef> split = path.rsplit('/');
  713     llvm::sys::path::append(fullPath, path);
  719   if (pathExists(path)) {
  720     return loadIndirectDylib(path);