OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddComment
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/MC/
MCDwarf.cpp
473
if (streamer.isVerboseAsm() && comment) streamer.
AddComment
(comment);
563
Streamer.
AddComment
(Twine(Prefix) + " = " + EncStr);
584
if (VerboseAsm) Streamer.
AddComment
("DW_CFA_def_cfa_offset");
587
if (VerboseAsm) Streamer.
AddComment
("DW_CFA_def_cfa");
589
if (VerboseAsm) Streamer.
AddComment
(Twine("Reg ") +
599
if (VerboseAsm) Streamer.
AddComment
(Twine("Offset " + Twine(CFAOffset)));
606
if (VerboseAsm) Streamer.
AddComment
("DW_CFA_def_cfa_register");
608
if (VerboseAsm) Streamer.
AddComment
(Twine("Reg ") + Twine(Dst.getReg()));
620
if (VerboseAsm) Streamer.
AddComment
("DW_CFA_offset_extended_sf");
622
if (VerboseAsm) Streamer.
AddComment
(Twine("Reg ") + Twine(Reg))
[
all
...]
MCLoggingStreamer.cpp
41
virtual void
AddComment
(const Twine &T) {
42
LogCall("
AddComment
", T);
43
return Child->
AddComment
(T);
MCAsmStreamer.cpp
99
///
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) {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp
532
Asm->OutStreamer.
AddComment
(">> Call Site " + Twine(idx) + " <<");
533
Asm->OutStreamer.
AddComment
(" On exception at call site "+Twine(idx));
542
Asm->OutStreamer.
AddComment
(" Action: cleanup");
544
Asm->OutStreamer.
AddComment
(" Action: " +
597
Asm->OutStreamer.
AddComment
(">> Call Site " + Twine(++Entry) + " <<");
600
Asm->OutStreamer.
AddComment
(Twine(" Call between ") +
609
Asm->OutStreamer.
AddComment
(" has no landing pad");
613
Asm->OutStreamer.
AddComment
(Twine(" jumps to ") +
623
Asm->OutStreamer.
AddComment
(" On action: cleanup");
625
Asm->OutStreamer.
AddComment
(" On action: "
[
all
...]
AsmPrinterDwarf.cpp
37
OutStreamer.
AddComment
(Desc);
61
OutStreamer.
AddComment
(Desc);
88
OutStreamer.
AddComment
("DW_CFA_offset + Reg (" +
91
OutStreamer.
AddComment
(dwarf::CallFrameString(Val));
130
OutStreamer.
AddComment
(Twine(Desc)+" Encoding = " +
133
OutStreamer.
AddComment
(Twine("Encoding = ") +
DwarfDebug.cpp
[
all
...]
AsmPrinter.cpp
185
OutStreamer.
AddComment
("Start of file scope inline assembly");
188
OutStreamer.
AddComment
("End of file scope inline assembly");
454
OutStreamer.
AddComment
("Address taken block that was later removed");
536
AP.OutStreamer.
AddComment
(Twine("implicit-def: ") +
550
AP.OutStreamer.
AddComment
(Str);
596
// NOTE: Want this comment at start of line, don't emit with
AddComment
.
604
// NOTE: Want this comment at start of line, don't emit with
AddComment
.
742
OutStreamer.
AddComment
("avoids zero-length function");
814
OutStreamer.
AddComment
(
818
OutStreamer.
AddComment
("DW_OP_bregx")
[
all
...]
OcamlGCPrinter.cpp
135
AP.OutStreamer.
AddComment
("live roots for " +
/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/lib/Target/ARM/
ARMAsmPrinter.cpp
248
OutStreamer.
AddComment
("DW_OP_regx for S register");
251
OutStreamer.
AddComment
(Twine(SReg));
255
OutStreamer.
AddComment
("DW_OP_bit_piece 32 32");
260
OutStreamer.
AddComment
("DW_OP_bit_piece 32 0");
275
OutStreamer.
AddComment
("DW_OP_regx for Q register: D1");
278
OutStreamer.
AddComment
("DW_OP_piece 8");
282
OutStreamer.
AddComment
("DW_OP_regx for Q register: D2");
285
OutStreamer.
AddComment
("DW_OP_piece 8");
[
all
...]
/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/include/llvm/MC/
MCStreamer.h
138
///
AddComment
- Add a comment that can be emitted to the generated .s
145
virtual void
AddComment
(const Twine &T) {}
148
/// Unlike
AddComment
, you are required to terminate comments with \n if you
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
619
OutStreamer.
AddComment
(StringRef("eh_return, addr: %") +
627
OutStreamer.
AddComment
("TAILCALL");
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
371
OutStreamer.
AddComment
(PPCInstPrinter::
Completed in 546 milliseconds