Searched refs:getCommentString (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCInstPrinter.cpp36 OS << " " << MAI.getCommentString() << " " << Annot;
H A DMCSectionELF.cpp106 if (MAI.getCommentString()[0] == '@')
H A DMCAsmStreamer.cpp302 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
423 << ((MAI.getCommentString()[0] != '@') ? '@' : '%');
851 OS << MAI.getCommentString() << ' ' << FileName << ':'
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetInstrInfo.cpp82 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
83 strlen(MAI.getCommentString())) == 0)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp433 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+
435 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+
443 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+
481 OutStreamer.EmitRawText(Twine("\t")+MAI->getCommentString()+
497 OS << MAI->getCommentString();
H A DAsmPrinter.cpp553 OS << '\t' << AP.MAI->getCommentString() << "DEBUG_VALUE: ";
2105 OutStreamer.EmitRawText(Twine(MAI->getCommentString()) + " BB#" +
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmInfo.h423 const char *getCommentString() const { function in class:llvm::MCAsmInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmLexer.cpp351 return Char == *MAI.getCommentString();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp281 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp313 O << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86AsmPrinter.cpp770 O << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMAsmPrinter.cpp1085 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";

Completed in 640 milliseconds