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

/external/swiftshader/third_party/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/include/llvm/MC/
H A DMCStreamer.h264 virtual void AddComment(const Twine &T) {} function in class:llvm::MCStreamer
267 /// AddComment, you are required to terminate comments with \n if you use this
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCLoggingStreamer.cpp41 virtual void AddComment(const Twine &T) { function in class:__anon19939::MCLoggingStreamer
42 LogCall("AddComment", T);
43 return Child->AddComment(T);
H A DMCAsmStreamer.cpp95 /// AddComment - Add a comment that can be emitted to the generated .s
99 virtual void AddComment(const Twine &T);
105 /// Unlike AddComment, you are required to terminate comments with \n if you
259 /// AddComment - Add a comment that can be emitted to the generated .s
263 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp98 /// AddComment - Add a comment that can be emitted to the generated .s
102 void AddComment(const Twine &T) override;
108 /// Unlike AddComment, you are required to terminate comments with \n if you
288 /// AddComment - Add a comment that can be emitted to the generated .s
292 void MCAsmStreamer::AddComment(const Twine &T) { function in class:MCAsmStreamer
/external/pdfium/samples/
H A Dimage_diff_png.cc412 AddComment(i, comments[i]);
436 void AddComment(size_t pos, const Comment& comment) { function in class:image_diff_png::__anon16547::CommentWriter
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp76 /// AddComment - Add a comment that can be emitted to the generated .s
80 virtual void AddComment(const Twine &T);
86 /// Unlike AddComment, you are required to terminate comments with \n if you
187 void PTXMCAsmStreamer::AddComment(const Twine &T) { function in class:PTXMCAsmStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp520 auto AddComment = [&](const Twine &Comment) { local
522 OS.AddComment(Comment);
544 AddComment("Number of call sites");
585 auto AddComment = [&](const Twine &Comment) { local
587 OS.AddComment(Comment);
607 AddComment("LabelStart");
609 AddComment("LabelEnd");
611 AddComment(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction"
614 AddComment(UME.IsFinally ? "Null" : "ExceptionHandler");
660 auto AddComment local
928 auto AddComment = [&](const Twine &Comment) { local
[all...]

Completed in 565 milliseconds