Searched refs:CommentOS (Results 1 – 5 of 5) sorted by relevance
1946 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local1949 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()1959 CommentOS << "Version = " << Version; in emitTracebackTable()1970 CommentOS << "Language = " in emitTracebackTable()1994 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()1998 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()2161 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()2185 CommentOS << "Function name len = " in emitTracebackTable()2241 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()2247 CommentOS << "Padding"; in emitTracebackTable()[all …]
679 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument686 CommentOS << Scope->getFilename(); in printDebugLoc()687 CommentOS << ':' << DL.getLine(); in printDebugLoc()689 CommentOS << ':' << DL.getCol(); in printDebugLoc()695 CommentOS << " @[ "; in printDebugLoc()696 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()697 CommentOS << " ]"; in printDebugLoc()
868 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument878 CommentOS << *Size << "-byte Reload\n"; in emitComments()882 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()884 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()887 CommentOS << *Size << "-byte Spill\n"; in emitComments()891 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()893 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()899 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()
1667 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local1668 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()1670 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()1672 CommentOS << SymbolicName; in emitPredicateOpcodes()1673 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()