Searched refs:debugOutput (Results 1 – 4 of 4) sorted by relevance
41 private boolean debugOutput; field in FlatPackageWriterImpl71 public void setDebugOutput(boolean debugOutput) { in setDebugOutput() argument72 this.debugOutput = debugOutput; in setDebugOutput()93 if (debugOutput) { in write()105 if (debugOutput) { in write()114 if (debugOutput) { in write()
17 if (auto out{ustate->debugOutput()}) { in Parse()
58 void Parse(llvm::raw_ostream &debugOutput);
44 llvm::raw_ostream *debugOutput() const { return debugOutput_; } in debugOutput() function