| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 110 printAnnotation(OS, Annot); in printInst() 118 printAnnotation(OS, "Invalid depth argument!"); in printInst() 121 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") + in printInst() 136 printAnnotation(OS, "label" + utostr(ControlFlowCounter) + ':'); in printInst() 172 printAnnotation(OS, "End marker mismatch!"); in printInst() 183 printAnnotation(OS, "End marker mismatch!"); in printInst() 185 printAnnotation( in printInst() 193 printAnnotation(OS, "End marker mismatch!"); in printInst() 195 printAnnotation( in printInst() 208 printAnnotation(OS, "try-catch mismatch!"); in printInst() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 133 printAnnotation(O, Annot); in printInst() 149 printAnnotation(O, Annot); in printInst() 185 printAnnotation(O, Annot); in printInst() 209 printAnnotation(O, Annot); in printInst() 216 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZGNUInstPrinter.cpp | 32 printAnnotation(O, Annot); in printInst()
|
| H A D | SystemZHLASMInstPrinter.cpp | 44 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 144 printAnnotation(O, Annot); in printInst() 164 printAnnotation(O, Annot); in printInst() 171 printAnnotation(O, Annot); in printInst() 186 printAnnotation(O, Annot); in printInst() 199 printAnnotation(O, Annot); in printInst() 215 printAnnotation(O, Annot); in printInst() 228 printAnnotation(O, Annot); in printInst() 241 printAnnotation(O, Annot); in printInst() 254 printAnnotation(O, Annot); in printInst() 276 printAnnotation(O, Annot); in printInst() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 83 printAnnotation(O, Annot); in printInst() 89 printAnnotation(O, Annot); in printInst() 139 printAnnotation(O, Annot); in printInst() 179 printAnnotation(O, Annot); in printInst() 194 printAnnotation(O, Annot); in printInst() 207 printAnnotation(O, Annot); in printInst() 230 printAnnotation(O, Annot); in printInst() 246 printAnnotation(O, Annot); in printInst() 261 printAnnotation(O, Annot); in printInst() 364 printAnnotation(O, Annot); in printInst() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchInstPrinter.cpp | 64 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreInstPrinter.cpp | 38 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFInstPrinter.cpp | 32 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kInstPrinter.cpp | 55 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430InstPrinter.cpp | 37 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRInstPrinter.cpp | 84 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 83 void printAnnotation(raw_ostream &OS, StringRef Annot);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | R600InstPrinter.cpp | 25 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 104 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEInstPrinter.cpp | 45 printAnnotation(OS, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.cpp | 82 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCInstPrinter.cpp | 50 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcInstPrinter.cpp | 56 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 143 printAnnotation(OS, Annotation); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVInstPrinter.cpp | 81 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 117 printAnnotation(O, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 279 printAnnotation(OS, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 81 printAnnotation(OS, Annot); in printInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaInstPrinter.cpp | 65 printAnnotation(O, Annot); in printInst()
|