Searched refs:ToolOutput (Results 1 – 1 of 1) sorted by relevance
768 static std::unique_ptr<ToolOutputFile> ToolOutput = nullptr; in claimToolOutput() local769 if (ToolOutput) { in claimToolOutput()775 ToolOutput = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in claimToolOutput()781 return *ToolOutput; in claimToolOutput()856 static ToolOutputFile &ToolOutput = claimToolOutput(); in createObjDebugDumper() local858 ToolOutput.os().write(NewEntry->symfile_addr, NewEntry->symfile_size); in createObjDebugDumper()