Home
last modified time | relevance | path

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

/external/jhead/
Djhead.c97 static char * AddComment = NULL; // Add this tag. variable
/external/llvm/include/llvm/MC/
DMCStreamer.h160 virtual void AddComment(const Twine &T) {} in AddComment() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp292 void MCAsmStreamer::AddComment(const Twine &T) { in AddComment() function in MCAsmStreamer