Searched refs:CommentOS (Results 1 – 5 of 5) sorted by relevance
2070 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local2073 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()2083 CommentOS << "Version = " << Version; in emitTracebackTable()2094 CommentOS << "Language = " in emitTracebackTable()2118 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2122 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2286 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2310 CommentOS << "Function name len = " in emitTracebackTable()2366 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2372 CommentOS << "Padding"; in emitTracebackTable()[all …]
676 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument683 CommentOS << Scope->getFilename(); in printDebugLoc()684 CommentOS << ':' << DL.getLine(); in printDebugLoc()686 CommentOS << ':' << DL.getCol(); in printDebugLoc()692 CommentOS << " @[ "; in printDebugLoc()693 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()694 CommentOS << " ]"; in printDebugLoc()
1054 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument1064 CommentOS << *Size << "-byte Reload\n"; in emitComments()1068 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()1070 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()1073 CommentOS << *Size << "-byte Spill\n"; in emitComments()1077 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()1079 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()1085 CommentOS << " Reload Reuse\n"; in emitComments()
769 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local770 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1672 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1673 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1675 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1677 CommentOS << SymbolicName; in emitPredicateOpcodes()