Searched refs:CommentOS (Results 1 – 5 of 5) sorted by relevance
644 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument651 CommentOS << Scope->getFilename(); in printDebugLoc()652 CommentOS << ':' << DL.getLine(); in printDebugLoc()654 CommentOS << ':' << DL.getCol(); in printDebugLoc()660 CommentOS << " @[ "; in printDebugLoc()661 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()662 CommentOS << " ]"; in printDebugLoc()
1874 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local1877 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()1887 CommentOS << "Version = " << Version; in emitTracebackTable()1898 CommentOS << "Language = " in emitTracebackTable()1922 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()1926 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2063 CommentOS << "Parameter type = " in emitTracebackTable()2088 CommentOS << "Function name len = " in emitTracebackTable()2106 CommentOS << "ExtensionTableFlag = " in emitTracebackTable()
854 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument864 CommentOS << *Size << "-byte Reload\n"; in emitComments()868 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()870 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()873 CommentOS << *Size << "-byte Spill\n"; in emitComments()877 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()879 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()885 CommentOS << " Reload Reuse\n"; in emitComments()
722 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local723 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1654 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1655 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1657 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1659 CommentOS << SymbolicName; in emitPredicateOpcodes()1660 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()