Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h87 void getComment(raw_ostream &OS, const llvm::MCInst &Inst) const;
H A DInstructionInfoView.cpp23 void InstructionInfoView::getComment(raw_ostream &OS, const MCInst &MCI) const { in getComment() function in llvm::mca::InstructionInfoView
180 getComment(FOS, Inst); in printView()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp248 OutStreamer->AddComment(Inst.getComment()); in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h765 StringRef getComment() const { return Comment; } in getComment() function