Home
last modified time | relevance | path

Searched refs:Annot (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCInstPrinter.cpp32 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/
DHexagonInstPrinter.cpp41 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()
DHexagonInstPrinter.h30 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/
DPPCInstPrinter.cpp39 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()
DPPCInstPrinter.h35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/InstPrinter/
DXCoreInstPrinter.cpp32 StringRef Annot) { in printInst() argument
34 printAnnotation(O, Annot); in printInst()
DXCoreInstPrinter.h35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp29 StringRef Annot) { in printInst() argument
31 printAnnotation(O, Annot); in printInst()
DMSP430InstPrinter.h28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCInstPrinter.h56 void printAnnotation(raw_ostream &OS, StringRef Annot);
71 StringRef Annot) = 0;
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp34 StringRef Annot) in printInst() argument
38 printAnnotation(O, Annot); in printInst()
DSparcInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp76 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/
DX86IntelInstPrinter.cpp35 StringRef Annot) { in printInst() argument
45 printAnnotation(OS, Annot); in printInst()
DX86ATTInstPrinter.cpp43 StringRef Annot) { in printInst() argument
55 printAnnotation(OS, Annot); in printInst()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp45 StringRef Annot) { in printInst() argument
47 printAnnotation(O, Annot); in printInst()
DSystemZInstPrinter.h43 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot)
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.cpp74 StringRef Annot) { in printInst() argument
78 printAnnotation(OS, Annot); in printInst()
DNVPTXInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198028-sparc.diff74 + StringRef Annot)
77 + printAnnotation(O, Annot);
199 + virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
Dpatch-r262261-llvm-r198909-sparc.diff52 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/
DAMDGPUInstPrinter.cpp19 StringRef Annot) { in printInst() argument
23 printAnnotation(OS, Annot); in printInst()
DAMDGPUInstPrinter.h32 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp78 StringRef Annot) { in printInst() argument
91 printAnnotation(O, Annot); in printInst()
DMipsInstPrinter.h89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);

12