Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp681 for (auto &Annot : IS.annotations()) { in visitKnownRecord() local
682 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
700 switch (Annot.OpCode) { in visitKnownRecord()
705 formatCodeOffset(Annot.U1); in visitKnownRecord()
708 formatLineOffset(Annot.S1); in visitKnownRecord()
711 formatCodeLength(Annot.U1); in visitKnownRecord()
715 CodeOffset += Annot.U1; in visitKnownRecord()
718 formatCodeOffset(Annot.U1); in visitKnownRecord()
719 formatLineOffset(Annot.S1); in visitKnownRecord()
722 formatCodeOffset(Annot.U2); in visitKnownRecord()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCInstPrinter.cpp49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument
50 if (!Annot.empty()) { in printAnnotation()
52 (*CommentStream) << Annot; in printAnnotation()
55 if (Annot.back() != '\n') in printAnnotation()
58 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCInstPrinter.cpp68 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
114 printAnnotation(O, Annot); in printInst()
125 printAnnotation(O, Annot); in printInst()
140 printAnnotation(O, Annot); in printInst()
173 printAnnotation(O, Annot); in printInst()
191 printAnnotation(O, Annot); in printInst()
198 printAnnotation(O, Annot); in printInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
HDXCoreInstPrinter.cpp34 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
37 printAnnotation(O, Annot); in printInst()
HDXCoreInstPrinter.h34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64InstPrinter.cpp60 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
68 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()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/InstPrinter/
HDVEInstPrinter.cpp43 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
47 printAnnotation(OS, Annot); in printInst()
HDVEInstPrinter.h27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
HDBPFInstPrinter.cpp28 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
31 printAnnotation(O, Annot); in printInst()
HDBPFInstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstPrinter.h62 void printAnnotation(raw_ostream &OS, StringRef Annot);
82 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430InstPrinter.cpp30 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
34 printAnnotation(O, Annot); in printInst()
HDMSP430InstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRInstPrinter.cpp36 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
84 printAnnotation(O, Annot); in printInst()
HDAVRInstPrinter.h32 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVInstPrinter.cpp67 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
78 printAnnotation(O, Annot); in printInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
HDARCInstPrinter.cpp101 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
104 printAnnotation(O, Annot); in printInst()
HDARCInstPrinter.h33 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMInstPrinter.cpp92 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
117 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()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcInstPrinter.cpp47 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
51 printAnnotation(O, Annot); in printInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonInstPrinter.h31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
HDNVPTXInstPrinter.cpp76 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
81 printAnnotation(OS, Annot); in printInst()
HDNVPTXInstPrinter.h28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZInstPrinter.cpp59 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
62 printAnnotation(O, Annot); in printInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsInstPrinter.cpp79 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
114 printAnnotation(O, Annot); in printInst()

12