Home
last modified time | relevance | path

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

12

/external/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()
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
DAMDGPUInstPrinter.cpp8 StringRef Annot) { in printInst() argument
11 printAnnotation(OS, Annot); in printInst()
DAMDGPUInstPrinter.h22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/llvm/lib/Target/XCore/InstPrinter/
DXCoreInstPrinter.cpp33 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
35 printAnnotation(O, Annot); in printInst()
DXCoreInstPrinter.h35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp54 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
74 printAnnotation(O, Annot); in printInst()
85 printAnnotation(O, Annot); in printInst()
99 printAnnotation(O, Annot); in printInst()
116 printAnnotation(O, Annot); in printInst()
DPPCInstPrinter.h35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/BPF/InstPrinter/
DBPFInstPrinter.cpp30 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
32 printAnnotation(O, Annot); in printInst()
DBPFInstPrinter.h28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/include/llvm/MC/
DMCInstPrinter.h54 void printAnnotation(raw_ostream &OS, StringRef Annot);
70 StringRef Annot, const MCSubtargetInfo &STI) = 0;
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp30 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
32 printAnnotation(O, Annot); in printInst()
DMSP430InstPrinter.h28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp51 StringRef Annot, in printInst() argument
59 printAnnotation(O, Annot); in printInst()
101 printAnnotation(O, Annot); in printInst()
137 printAnnotation(O, Annot); in printInst()
147 printAnnotation(O, Annot); in printInst()
155 printAnnotation(O, Annot); in printInst()
172 printAnnotation(O, Annot); in printInst()
182 printAnnotation(O, Annot); in printInst()
212 printAnnotation(O, Annot); in printInst()
613 StringRef Annot, in printInst() argument
[all …]
DAArch64InstPrinter.h31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
163 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp70 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
103 printAnnotation(O, Annot); in printInst()
109 printAnnotation(O, Annot); in printInst()
132 printAnnotation(O, Annot); in printInst()
152 printAnnotation(O, Annot); in printInst()
158 printAnnotation(O, Annot); in printInst()
173 printAnnotation(O, Annot); in printInst()
186 printAnnotation(O, Annot); in printInst()
202 printAnnotation(O, Annot); in printInst()
215 printAnnotation(O, Annot); in printInst()
[all …]
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp47 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
50 printAnnotation(O, Annot); in printInst()
DSparcInstPrinter.h31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp46 StringRef Annot, in printInst() argument
49 printAnnotation(O, Annot); in printInst()
DSystemZInstPrinter.h42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp36 StringRef Annot, in printInst() argument
47 printAnnotation(OS, Annot); in printInst()
DX86ATTInstPrinter.cpp41 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
69 printAnnotation(OS, Annot); in printInst()
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.cpp71 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
75 printAnnotation(OS, Annot); in printInst()
DNVPTXInstPrinter.h31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp81 StringRef Annot, in printInst() argument
121 printAnnotation(O, Annot); in printInst()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMovieActionDictionary_autogen.cpp23 SkPdfDictionary* SkPdfMovieActionDictionary::Annot(SkPdfNativeDoc* doc) { in Annot() function in SkPdfMovieActionDictionary

12