Searched refs:ToolOutput (Results 1 – 1 of 1) sorted by relevance
767 static std::unique_ptr<ToolOutputFile> ToolOutput = nullptr; in claimToolOutput() local768 if (ToolOutput) { in claimToolOutput()774 ToolOutput = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in claimToolOutput()780 return *ToolOutput; in claimToolOutput()855 static ToolOutputFile &ToolOutput = claimToolOutput(); in createObjDebugDumper() local857 ToolOutput.os().write(NewEntry->symfile_addr, NewEntry->symfile_size); in createObjDebugDumper()