Home
last modified time | relevance | path

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

/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()
37 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/external/llvm/lib/Target/Hexagon/InstPrinter/
DHexagonInstPrinter.cpp42 StringRef Annot) { in printInst() argument
43 printInst((const HexagonMCInst*)(MI), O, Annot); in printInst()
47 StringRef Annot) { in printInst() argument
86 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);
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp31 StringRef Annot) { in printInst() argument
51 printAnnotation(O, Annot); in printInst()
62 printAnnotation(O, Annot); in printInst()
76 printAnnotation(O, Annot); in printInst()
82 printAnnotation(O, Annot); in printInst()
DPPCInstPrinter.h36 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/llvm/include/llvm/MC/
DMCInstPrinter.h46 void printAnnotation(raw_ostream &OS, StringRef Annot);
61 StringRef Annot) = 0;
/external/llvm/lib/Target/MBlaze/InstPrinter/
DMBlazeInstPrinter.cpp29 StringRef Annot) { in printInst() argument
31 printAnnotation(O, Annot); in printInst()
DMBlazeInstPrinter.h28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/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);
/external/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);
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp76 StringRef Annot) { in printInst() argument
90 printAnnotation(O, Annot); in printInst()
96 printAnnotation(O, Annot); in printInst()
120 printAnnotation(O, Annot); in printInst()
140 printAnnotation(O, Annot); in printInst()
148 printAnnotation(O, Annot); in printInst()
164 printAnnotation(O, Annot); in printInst()
174 printAnnotation(O, Annot); in printInst()
189 printAnnotation(O, Annot); in printInst()
199 printAnnotation(O, Annot); in printInst()
[all …]
DARMInstPrinter.h29 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/llvm/lib/Target/R600/InstPrinter/
DAMDGPUInstPrinter.cpp19 StringRef Annot) { in printInst() argument
22 printAnnotation(OS, Annot); in printInst()
DAMDGPUInstPrinter.h32 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/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()
DX86ATTInstPrinter.h30 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
DX86IntelInstPrinter.h31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp72 StringRef Annot) { in printInst() argument
85 printAnnotation(O, Annot); in printInst()
DMipsInstPrinter.h89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp398 StringRef Annot) { in printInst() argument
407 printAnnotation(O, Annot); in printInst()
DAArch64InstPrinter.h161 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);