Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp68 static int createDependencyFile(const TGParser &Parser, const char *argv0) { in createDependencyFile() function
130 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h148 std::error_code createDependencyFile(StringRef path);
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp904 std::error_code MachOLinkingContext::createDependencyFile(StringRef path) { in createDependencyFile() function in lld::MachOLinkingContext
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp573 if (std::error_code ec = ctx.createDependencyFile(depInfo->getValue())) in parse()