Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp101 for (const auto &Annot : Sym.annotations()) { in getLineOffset() local
102 switch (Annot.OpCode) { in getLineOffset()
106 CodeOffset += Annot.U1; in getLineOffset()
109 CodeOffset += Annot.U2; in getLineOffset()
113 CodeOffset += Annot.U1; in getLineOffset()
114 LineOffset += Annot.S1; in getLineOffset()
117 FileOffset = Annot.U1; in getLineOffset()
H A DNativeFunctionSymbol.cpp64 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress() local
65 switch (Annot.OpCode) { in inlineSiteContainsAddress()
69 CodeOffset += Annot.U1; in inlineSiteContainsAddress()
74 CodeOffset += Annot.U1; in inlineSiteContainsAddress()
80 CodeOffset += Annot.U2; in inlineSiteContainsAddress()
81 if (OffsetInFunc >= CodeOffset && OffsetInFunc < CodeOffset + Annot.U1) in inlineSiteContainsAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp692 for (auto &Annot : IS.annotations()) { in visitKnownRecord() local
693 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
711 switch (Annot.OpCode) { in visitKnownRecord()
716 formatCodeOffset(Annot.U1); in visitKnownRecord()
719 formatLineOffset(Annot.S1); in visitKnownRecord()
722 formatCodeLength(Annot.U1); in visitKnownRecord()
726 CodeOffset += Annot.U1; in visitKnownRecord()
729 formatCodeOffset(Annot.U1); in visitKnownRecord()
730 formatLineOffset(Annot.S1); in visitKnownRecord()
733 formatCodeOffset(Annot.U2); in visitKnownRecord()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp62 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
68 printAnnotation(O, Annot); in printInst()
H A DCSKYInstPrinter.h29 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp34 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
37 printAnnotation(O, Annot); in printInst()
H A DXCoreInstPrinter.h35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp56 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
132 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/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp28 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
31 printAnnotation(O, Annot); in printInst()
H A DBPFInstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp30 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
34 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);
102 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp36 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
84 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp101 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
104 printAnnotation(O, Annot); in printInst()
H A DARCInstPrinter.h34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.cpp49 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
54 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp67 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
78 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp47 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
52 printAnnotation(O, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.cpp48 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
52 printAnnotation(OS, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp76 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
81 printAnnotation(OS, Annot); in printInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.h31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp79 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
114 printAnnotation(O, Annot); in printInst()

123