| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 111 printAnnotation(OS, Annot); in printInst() 123 printAnnotation(OS, "label" + utostr(ControlFlowCounter) + ':'); in printInst() 142 printAnnotation(OS, "End marker mismatch!"); in printInst() 151 printAnnotation(OS, "End marker mismatch!"); in printInst() 153 printAnnotation( in printInst() 161 printAnnotation(OS, "End marker mismatch!"); in printInst() 163 printAnnotation( in printInst() 176 printAnnotation(OS, "try-catch mismatch!"); in printInst() 178 printAnnotation(OS, "catch/catch_all cannot occur after catch_all"); in printInst() 181 printAnnotation(OS, "try-catch mismatch!"); in printInst() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 132 printAnnotation(O, Annot); in printInst() 148 printAnnotation(O, Annot); in printInst() 184 printAnnotation(O, Annot); in printInst() 208 printAnnotation(O, Annot); in printInst() 215 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 84 printAnnotation(O, Annot); in printInst() 90 printAnnotation(O, Annot); in printInst() 140 printAnnotation(O, Annot); in printInst() 179 printAnnotation(O, Annot); in printInst() 193 printAnnotation(O, Annot); in printInst() 205 printAnnotation(O, Annot); in printInst() 227 printAnnotation(O, Annot); in printInst() 241 printAnnotation(O, Annot); in printInst() 254 printAnnotation(O, Annot); in printInst() 343 printAnnotation(O, Annot); in printInst() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 118 printAnnotation(O, Annot); in printInst() 138 printAnnotation(O, Annot); in printInst() 144 printAnnotation(O, Annot); in printInst() 159 printAnnotation(O, Annot); in printInst() 172 printAnnotation(O, Annot); in printInst() 188 printAnnotation(O, Annot); in printInst() 201 printAnnotation(O, Annot); in printInst() 214 printAnnotation(O, Annot); in printInst() 227 printAnnotation(O, Annot); in printInst() 249 printAnnotation(O, Annot); in printInst() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchInstPrinter.cpp | 56 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreInstPrinter.cpp | 38 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFInstPrinter.cpp | 33 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430InstPrinter.cpp | 34 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 76 void printAnnotation(raw_ostream &OS, StringRef Annot);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRInstPrinter.cpp | 84 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 104 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | R600InstPrinter.cpp | 26 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kInstPrinter.cpp | 54 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVInstPrinter.cpp | 74 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEInstPrinter.cpp | 44 printAnnotation(OS, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCInstPrinter.cpp | 50 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.cpp | 82 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcInstPrinter.cpp | 51 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 81 printAnnotation(OS, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 182 printAnnotation(OS, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinter.cpp | 80 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaInstPrinter.cpp | 74 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 146 printAnnotation(OS, Annotation); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 116 printAnnotation(O, Annot); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86IntelInstPrinter.cpp | 53 printAnnotation(OS, Annot); in printInst()
|