OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddComment
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h
340
virtual void
AddComment
(const Twine &T, bool EOL = true) {}
343
///
AddComment
, you are required to terminate comments with \n if you use this
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp
122
void
AddComment
(const Twine &T, bool EOL = true) override;
128
/// Unlike
AddComment
, you are required to terminate comments with \n if you
401
void MCAsmStreamer::
AddComment
(const Twine &T, bool EOL) {
2396
AddComment
("Set address to " + Label->getName());
2404
AddComment
("Start sequence");
2412
AddComment
("End sequence");
2420
AddComment
("Advance line " + Twine(LineDelta));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
576
auto
AddComment
= [&](const Twine &Comment) {
578
OS.
AddComment
(Comment);
602
AddComment
("Number of call sites");
642
auto
AddComment
= [&](const Twine &Comment) {
644
OS.
AddComment
(Comment);
664
AddComment
("LabelStart");
666
AddComment
("LabelEnd");
668
AddComment
(UME.IsFinally ? "FinallyFunclet" : UME.Filter ? "FilterFunction"
671
AddComment
(UME.IsFinally ? "Null" : "ExceptionHandler");
717
auto
AddComment
= [&](const Twine &Comment)
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026