Searched refs:ToolOutput (Results 1 – 1 of 1) sorted by relevance
766 static std::unique_ptr<ToolOutputFile> ToolOutput = nullptr; in claimToolOutput() local767 if (ToolOutput) { in claimToolOutput()773 ToolOutput = std::make_unique<ToolOutputFile>("-", EC, sys::fs::OF_None); in claimToolOutput()779 return *ToolOutput; in claimToolOutput()854 static ToolOutputFile &ToolOutput = claimToolOutput(); in createObjDebugDumper() local856 ToolOutput.os().write(NewEntry->symfile_addr, NewEntry->symfile_size); in createObjDebugDumper()