Searched refs:CommentOS (Results 1 – 5 of 5) sorted by relevance
2003 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local2006 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()2016 CommentOS << "Version = " << Version; in emitTracebackTable()2027 CommentOS << "Language = " in emitTracebackTable()2051 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()2055 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2219 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2243 CommentOS << "Function name len = " in emitTracebackTable()2299 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2305 CommentOS << "Padding"; in emitTracebackTable()[all …]
675 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument682 CommentOS << Scope->getFilename(); in printDebugLoc()683 CommentOS << ':' << DL.getLine(); in printDebugLoc()685 CommentOS << ':' << DL.getCol(); in printDebugLoc()691 CommentOS << " @[ "; in printDebugLoc()692 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()693 CommentOS << " ]"; in printDebugLoc()
1048 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument1058 CommentOS << *Size << "-byte Reload\n"; in emitComments()1062 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()1064 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()1067 CommentOS << *Size << "-byte Spill\n"; in emitComments()1071 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()1073 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()1079 CommentOS << " Reload Reuse\n"; in emitComments()
771 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local772 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
1671 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1672 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1674 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1676 CommentOS << SymbolicName; in emitPredicateOpcodes()