| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCInstPrinter.cpp | 32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument 33 if (!Annot.empty()) { in printAnnotation() 35 (*CommentStream) << Annot; in printAnnotation() 38 if (Annot.back() != '\n') in printAnnotation() 41 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/InstPrinter/ |
| D | HexagonInstPrinter.cpp | 41 StringRef Annot) { in printInst() argument 42 printInst((const HexagonMCInst*)(MI), O, Annot); in printInst() 46 StringRef Annot) { in printInst() argument 85 printAnnotation(O, Annot); in printInst()
|
| D | HexagonInstPrinter.h | 30 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/ |
| D | PPCInstPrinter.cpp | 39 StringRef Annot) { in printInst() argument 59 printAnnotation(O, Annot); in printInst() 70 printAnnotation(O, Annot); in printInst() 84 printAnnotation(O, Annot); in printInst() 101 printAnnotation(O, Annot); in printInst()
|
| D | PPCInstPrinter.h | 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/InstPrinter/ |
| D | XCoreInstPrinter.cpp | 32 StringRef Annot) { in printInst() argument 34 printAnnotation(O, Annot); in printInst()
|
| D | XCoreInstPrinter.h | 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/InstPrinter/ |
| D | MSP430InstPrinter.cpp | 29 StringRef Annot) { in printInst() argument 31 printAnnotation(O, Annot); in printInst()
|
| D | MSP430InstPrinter.h | 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCInstPrinter.h | 56 void printAnnotation(raw_ostream &OS, StringRef Annot); 71 StringRef Annot) = 0;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/InstPrinter/ |
| D | SparcInstPrinter.cpp | 34 StringRef Annot) in printInst() argument 38 printAnnotation(O, Annot); in printInst()
|
| D | SparcInstPrinter.h | 31 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/ |
| D | ARMInstPrinter.cpp | 76 StringRef Annot) { in printInst() argument 99 printAnnotation(O, Annot); in printInst() 105 printAnnotation(O, Annot); in printInst() 128 printAnnotation(O, Annot); in printInst() 148 printAnnotation(O, Annot); in printInst() 156 printAnnotation(O, Annot); in printInst() 171 printAnnotation(O, Annot); in printInst() 184 printAnnotation(O, Annot); in printInst() 200 printAnnotation(O, Annot); in printInst() 213 printAnnotation(O, Annot); in printInst() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/ |
| D | X86IntelInstPrinter.cpp | 35 StringRef Annot) { in printInst() argument 45 printAnnotation(OS, Annot); in printInst()
|
| D | X86ATTInstPrinter.cpp | 43 StringRef Annot) { in printInst() argument 55 printAnnotation(OS, Annot); in printInst()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/ |
| D | SystemZInstPrinter.cpp | 45 StringRef Annot) { in printInst() argument 47 printAnnotation(O, Annot); in printInst()
|
| D | SystemZInstPrinter.h | 43 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot)
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/ |
| D | NVPTXInstPrinter.cpp | 74 StringRef Annot) { in printInst() argument 78 printAnnotation(OS, Annot); in printInst()
|
| D | NVPTXInstPrinter.h | 31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r198028-sparc.diff | 74 + StringRef Annot) 77 + printAnnotation(O, Annot); 199 + virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| D | patch-r262261-llvm-r198909-sparc.diff | 52 StringRef Annot) 57 printAnnotation(O, Annot); 93 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/ |
| D | AMDGPUInstPrinter.cpp | 19 StringRef Annot) { in printInst() argument 23 printAnnotation(OS, Annot); in printInst()
|
| D | AMDGPUInstPrinter.h | 32 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/ |
| D | MipsInstPrinter.cpp | 78 StringRef Annot) { in printInst() argument 91 printAnnotation(O, Annot); in printInst()
|
| D | MipsInstPrinter.h | 89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|