Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCInstPrinter.cpp41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument
42 if (!Annot.empty()) { in printAnnotation()
44 (*CommentStream) << Annot; in printAnnotation()
47 if (Annot.back() != '\n') in printAnnotation()
50 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/PowerPC/InstPrinter/
DPPCInstPrinter.cpp57 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument
77 printAnnotation(O, Annot); in printInst()
88 printAnnotation(O, Annot); in printInst()
102 printAnnotation(O, Annot); in printInst()
135 printAnnotation(O, Annot); in printInst()
152 printAnnotation(O, Annot); in printInst()
/external/pdfium/testing/resources/
Dbug_572871.in44 /Type /Annot
60 /Type /Annot
Dbug_507316.in72 /Type /Annot
88 /Type /Annot
Dlaunch_action.in24 /Type /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/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/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/include/llvm/MC/
DMCInstPrinter.h58 void printAnnotation(raw_ostream &OS, StringRef Annot);
72 virtual void printInst(const MCInst *MI, raw_ostream &OS, 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()
174 printAnnotation(O, Annot); in printInst()
184 printAnnotation(O, Annot); in printInst()
194 printAnnotation(O, Annot); in printInst()
224 printAnnotation(O, Annot); in printInst()
[all …]
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp46 StringRef Annot, in printInst() argument
61 printAnnotation(OS, Annot); in printInst()
DWebAssemblyInstPrinter.h32 void printInst(const MCInst *MI, raw_ostream &OS, 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/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/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp53 StringRef Annot, in printInst() argument
56 printAnnotation(O, Annot); in printInst()

12