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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp65 static int createDependencyFile(const TGParser &Parser, const char *argv0) { function
116 if (int Ret = createDependencyFile(Parser, argv0))
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h148 std::error_code createDependencyFile(StringRef path);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp898 std::error_code MachOLinkingContext::createDependencyFile(StringRef path) { function in class:lld::MachOLinkingContext
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp572 if (std::error_code ec = ctx.createDependencyFile(depInfo->getValue()))

Completed in 75 milliseconds