Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h267 virtual void AddComment(const Twine &T) {} in AddComment() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp249 void MCAsmStreamer::AddComment(const Twine &T) { in AddComment() function in MCAsmStreamer