Searched refs:CommentOS (Results 1 – 6 of 6) sorted by relevance
2129 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local2132 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()2142 CommentOS << "Version = " << Version; in emitTracebackTable()2153 CommentOS << "Language = " in emitTracebackTable()2177 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2181 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2346 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2370 CommentOS << "Function name len = " in emitTracebackTable()2426 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2432 CommentOS << "Padding"; in emitTracebackTable()[all …]
677 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument684 CommentOS << Scope->getFilename(); in printDebugLoc()685 CommentOS << ':' << DL.getLine(); in printDebugLoc()687 CommentOS << ':' << DL.getCol(); in printDebugLoc()693 CommentOS << " @[ "; in printDebugLoc()694 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()695 CommentOS << " ]"; in printDebugLoc()
1300 raw_string_ostream CommentOS(Comment); in addRuleMatcher() local1301 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher()1303 CommentOS << " @ "; in addRuleMatcher()1304 print(CommentOS, Alts); in addRuleMatcher()1307 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
1321 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1322 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1324 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1326 CommentOS << SymbolicName; in emitPredicateOpcodes()
1100 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument1110 CommentOS << *Size << "-byte Reload\n"; in emitComments()1114 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()1116 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()1119 CommentOS << *Size << "-byte Spill\n"; in emitComments()1123 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()1125 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()1131 CommentOS << " Reload Reuse\n"; in emitComments()
776 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local777 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()