Home
last modified time | relevance | path

Searched defs:getComment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp23 void InstructionInfoView::getComment(raw_ostream &OS, const MCInst &MCI) const { in getComment() function in llvm::mca::InstructionInfoView
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h765 StringRef getComment() const { return Comment; } in getComment() function