Searched defs:AddComment (Results 1 - 5 of 5) sorted by relevance

/external/jhead/
H A Djhead.c97 static char * AddComment = NULL; // Add this tag. variable
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 ||
1614 AddComment = argv[++argn];
/external/llvm/include/llvm/MC/
H A DMCStreamer.h138 /// AddComment - Add a comment that can be emitted to the generated .s
145 virtual void AddComment(const Twine &T) {} function in class:llvm::MCStreamer
148 /// Unlike AddComment, you are required to terminate comments with \n if you
/external/llvm/lib/MC/
H A DMCLoggingStreamer.cpp41 virtual void AddComment(const Twine &T) { function in class:__anon6745::MCLoggingStreamer
42 LogCall("AddComment", T);
43 return Child->AddComment(T);
H A DMCAsmStreamer.cpp99 /// AddComment - Add a comment that can be emitted to the generated .s
103 virtual void AddComment(const Twine &T);
109 /// Unlike AddComment, you are required to terminate comments with \n if you
264 /// AddComment - Add a comment that can be emitted to the generated .s
268 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer
/external/llvm/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp77 /// 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) { function in class:PTXMCAsmStreamer

Completed in 117 milliseconds