Searched refs:CommentOS (Results 1 – 6 of 6) sorted by relevance
2368 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() 2371 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable() 2381 CommentOS << "Version = " << Version; in emitTracebackTable() 2392 CommentOS << "Language = " in emitTracebackTable() 2416 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable() 2420 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable() 2585 CommentOS << "Parameter type = " << ParmsType.get(); in emitGlobalVariableHelper() 2609 CommentOS << "Function name len = " in emitFunctionDescriptor() 2665 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitPGORefs() 2671 CommentOS << "Paddin in emitPGORefs() 2129 raw_svector_ostream CommentOS(CommentString); emitTracebackTable() local [all...]
677 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument 684 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()
1296 raw_string_ostream CommentOS(Comment); in addRuleMatcher() 1297 CommentOS << "Combiner Rule #" << RuleID << ": " << RuleDef.getName(); in addRuleMatcher() 1299 CommentOS << " @ "; in addRuleMatcher() 1300 print(CommentOS, Alts); in addRuleMatcher() local 1303 CommentOS << "; " << AdditionalComment; in addRuleMatcher()
1078 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitFunctionEntryLabel() 1088 CommentOS << Size->getValue() << "-byte Reload\n"; in emitFunctionEntryLabel() 1091 CommentOS << "Unknown-size Folded Reload\n"; in emitFunctionEntryLabel() 1093 CommentOS << Size->getValue() << "-byte Folded Reload\n"; in emitFunctionEntryLabel() 1095 CommentOS << Size->getValue() << "-byte Spill\n"; in emitFunctionEntryLabel() 1098 CommentOS << "Unknown-size Folded Spill\n";1100 CommentOS << Size->getValue() << "-byte Folded Spill\n"; in emitComments() argument 1105 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()