Searched refs:reexportPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp373 StringRef reexportPath = local
375 // TODO: Expand @loader_path, @executable_path etc in reexportPath
376 Optional<MemoryBufferRef> buffer = readFile(reexportPath);
378 error("unable to read re-exported dylib at " + reexportPath);

Completed in 106 milliseconds