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.cpp44 DependFilename("d", variable
85 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
87 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile()
149 if (!DependFilename.empty()) { in TableGenMain()