Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp45 DependFilename("d", variable
95 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
97 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile()
162 if (!DependFilename.empty()) { in TableGenMain()