/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 41 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/ |
D | AMDGPUInstPrinter.cpp | 8 StringRef Annot) { in printInst() argument 11 printAnnotation(OS, Annot); in printInst()
|
D | AMDGPUInstPrinter.h | 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 57 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/ |
D | bug_572871.in | 44 /Type /Annot 60 /Type /Annot
|
D | bug_507316.in | 72 /Type /Annot 88 /Type /Annot
|
D | launch_action.in | 24 /Type /Annot
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 33 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 35 printAnnotation(O, Annot); in printInst()
|
D | XCoreInstPrinter.h | 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.cpp | 30 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 32 printAnnotation(O, Annot); in printInst()
|
D | BPFInstPrinter.h | 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 30 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 32 printAnnotation(O, Annot); in printInst()
|
D | MSP430InstPrinter.h | 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 58 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/ |
D | AArch64InstPrinter.cpp | 51 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/ |
D | WebAssemblyInstPrinter.cpp | 46 StringRef Annot, in printInst() argument 61 printAnnotation(OS, Annot); in printInst()
|
D | WebAssemblyInstPrinter.h | 32 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 70 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/ |
D | SparcInstPrinter.cpp | 47 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 50 printAnnotation(O, Annot); in printInst()
|
D | SparcInstPrinter.h | 31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 36 StringRef Annot, in printInst() argument 47 printAnnotation(OS, Annot); in printInst()
|
D | X86ATTInstPrinter.cpp | 41 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 69 printAnnotation(OS, Annot); in printInst()
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 71 StringRef Annot, const MCSubtargetInfo &STI) { in printInst() argument 75 printAnnotation(OS, Annot); in printInst()
|
D | NVPTXInstPrinter.h | 31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 53 StringRef Annot, in printInst() argument 56 printAnnotation(O, Annot); in printInst()
|