Searched refs:CommentOS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp487 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, argument
494 CommentOS << Scope->getFilename();
495 CommentOS << ':' << DL.getLine();
497 CommentOS << ':' << DL.getCol();
503 CommentOS << " @[ ";
504 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
505 CommentOS << " ]";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp803 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { argument
813 CommentOS << *Size << "-byte Reload\n";
816 CommentOS << *Size << "-byte Folded Reload\n";
818 CommentOS << *Size << "-byte Spill\n";
821 CommentOS << *Size << "-byte Folded Spill\n";
826 CommentOS << " Reload Reuse\n";
H A DCodeViewDebug.cpp711 raw_svector_ostream CommentOS(Comment);
712 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1560 raw_string_ostream CommentOS(Comment);
1561 CommentOS << "MIs[" << getInsnVarID() << "] ";
1563 CommentOS << "Operand " << OpIdx;
1565 CommentOS << SymbolicName;
1566 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak;

Completed in 177 milliseconds