OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommentString
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/MC/
MCInstPrinter.cpp
50
OS << " " << MAI.
getCommentString
() << " " << Annot;
MCSectionELF.cpp
119
if (MAI.
getCommentString
()[0] == '@')
MCAsmStreamer.cpp
282
OS << MAI->
getCommentString
() << ' ' << Comments.substr(0, Position) <<'\n';
298
OS << MAI->
getCommentString
() << T;
432
OS << ',' << ((MAI->
getCommentString
()[0] != '@') ? '@' : '%');
946
OS << MAI->
getCommentString
() << ' ' << FileName << ':'
[
all
...]
/external/llvm/include/llvm/MC/
MCAsmInfo.h
454
const char *
getCommentString
() const { return CommentString; }
/external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp
514
if (atInsnStart && strncmp(Str, MAI.
getCommentString
(),
515
strlen(MAI.
getCommentString
())) == 0)
/external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp
131
const char *CommentBegin = MAI->
getCommentString
();
/external/llvm/lib/MC/MCParser/
AsmLexer.cpp
27
AllowAtInIdentifier = !StringRef(MAI.
getCommentString
()).startswith("@");
472
const char *CommentString = MAI.
getCommentString
();
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp
513
OS << MAI->
getCommentString
();
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
349
OS << '\t' << MAI->
getCommentString
() << "DEBUG_VALUE: ";
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
92
if (atInsnStart && strncmp(Str, MAI.
getCommentString
(),
93
strlen(MAI.
getCommentString
())) == 0)
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
[
all
...]
Completed in 1315 milliseconds