Home
last modified time | relevance | path

Searched refs:exportFilePath (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp169 static std::error_code parseExportsList(StringRef exportFilePath, in parseExportsList() argument
173 MemoryBuffer::getFileOrSTDIN(exportFilePath); in parseExportsList()
176 ctx.addInputFileDependency(exportFilePath); in parseExportsList()