Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp462 addInputFileDependency(path); in fileExists()
660 addInputFileDependency(path); in getMemoryBuffer()
913 void MachOLinkingContext::addInputFileDependency(StringRef path) const { in addInputFileDependency() function in lld::MachOLinkingContext
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp176 ctx.addInputFileDependency(exportFilePath); in parseExportsList()
206 ctx.addInputFileDependency(orderFilePath); in parseOrderFile()
259 ctx.addInputFileDependency(filePath); in loadFileList()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h150 void addInputFileDependency(StringRef path) const;