Searched refs:getComment (Results 1 – 4 of 4) sorted by relevance
87 void getComment(raw_ostream &OS, const llvm::MCInst &Inst) const;
23 void InstructionInfoView::getComment(raw_ostream &OS, const MCInst &MCI) const { in getComment() function in llvm::mca::InstructionInfoView180 getComment(FOS, Inst); in printView()
248 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
765 StringRef getComment() const { return Comment; } in getComment() function