Home
last modified time | relevance | path

Searched defs:TestOut (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/lli/
H A DExecutionUtils.h48 std::unique_ptr<ToolOutputFile> TestOut; variable
H A DExecutionUtils.cpp138 auto TestOut = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in createToolOutput() local