HomeSort by relevance Sort by last modified time
    Searched defs:AddComment (Results 1 - 4 of 4) sorted by null

  /external/jhead/
jhead.c 97 static char * AddComment = NULL; // Add this tag.
246 if (AddComment){
248 if (!memcmp(Line, AddComment, l+1)){
250 strncpy(Line, AddComment, sizeof(Line));
268 if (AddComment && TagExists == FALSE){
269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment));
941 AddComment || RemComment ||
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 140 /// AddComment - Add a comment that can be emitted to the generated .s
147 virtual void AddComment(const Twine &T) {}
150 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 77 /// AddComment - Add a comment that can be emitted to the generated .s
81 virtual void AddComment(const Twine &T);
87 /// Unlike AddComment, you are required to terminate comments with \n if you
189 void PTXMCAsmStreamer::AddComment(const Twine &T) {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 101 /// AddComment - Add a comment that can be emitted to the generated .s
105 virtual void AddComment(const Twine &T);
111 /// Unlike AddComment, you are required to terminate comments with \n if you
268 /// AddComment - Add a comment that can be emitted to the generated .s
272 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]

Completed in 516 milliseconds