Home
last modified time | relevance | path

Searched defs:outputFiles (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h80 std::list<OutputFile> outputFiles; global() variable
/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp116 std::vector<std::unique_ptr<ToolOutputFile>> outputFiles; in handle() local
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py184 self, command, stdout, stderr, exitCode, timeoutReached, outputFiles=[] argument