Home
last modified time | relevance | path

Searched refs:printAnnotation (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp111 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp68 printAnnotation(O, Annot); in printInst()
110 printAnnotation(O, Annot); in printInst()
146 printAnnotation(O, Annot); in printInst()
156 printAnnotation(O, Annot); in printInst()
164 printAnnotation(O, Annot); in printInst()
184 printAnnotation(O, Annot); in printInst()
194 printAnnotation(O, Annot); in printInst()
204 printAnnotation(O, Annot); in printInst()
281 printAnnotation(O, Annot); in printInst()
288 printAnnotation(O, Annot); in printInst()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp132 printAnnotation(O, Annot); in printInst()
148 printAnnotation(O, Annot); in printInst()
181 printAnnotation(O, Annot); in printInst()
205 printAnnotation(O, Annot); in printInst()
212 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp117 printAnnotation(O, Annot); in printInst()
137 printAnnotation(O, Annot); in printInst()
143 printAnnotation(O, Annot); in printInst()
158 printAnnotation(O, Annot); in printInst()
171 printAnnotation(O, Annot); in printInst()
187 printAnnotation(O, Annot); in printInst()
200 printAnnotation(O, Annot); in printInst()
213 printAnnotation(O, Annot); in printInst()
226 printAnnotation(O, Annot); in printInst()
248 printAnnotation(O, Annot); in printInst()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp68 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp37 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp31 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp34 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h72 void printAnnotation(raw_ostream &OS, StringRef Annot);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp84 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp104 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.cpp54 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp78 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() function in MCInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp52 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.cpp52 printAnnotation(OS, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp81 printAnnotation(OS, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp114 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp74 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp146 printAnnotation(OS, Annotation); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.cpp53 printAnnotation(OS, Annot); in printInst()
H A DX86ATTInstPrinter.cpp76 printAnnotation(OS, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp54 printAnnotation(OS, Annot); in printInst()
1460 printAnnotation(O, Annot); in printInst()