| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeInlineSiteSymbol.cpp | 101 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 D | NativeFunctionSymbol.cpp | 64 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 D | MinimalSymbolDumper.cpp | 692 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 D | MCInstPrinter.cpp | 49 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 D | CSKYInstPrinter.cpp | 62 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 68 printAnnotation(O, Annot); in printInst()
|
| H A D | CSKYInstPrinter.h | 29 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreInstPrinter.cpp | 34 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 37 printAnnotation(O, Annot); in printInst()
|
| H A D | XCoreInstPrinter.h | 35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 60 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 D | PPCInstPrinter.cpp | 56 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 D | BPFInstPrinter.cpp | 28 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 31 printAnnotation(O, Annot); in printInst()
|
| H A D | BPFInstPrinter.h | 25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430InstPrinter.cpp | 30 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 D | MCInstPrinter.h | 72 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 D | AVRInstPrinter.cpp | 36 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 D | ARMInstPrinter.cpp | 92 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 D | ARCInstPrinter.cpp | 101 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 104 printAnnotation(O, Annot); in printInst()
|
| H A D | ARCInstPrinter.h | 34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kInstPrinter.cpp | 49 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 D | RISCVInstPrinter.cpp | 67 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 D | SparcInstPrinter.cpp | 47 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 D | VEInstPrinter.cpp | 48 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 D | NVPTXInstPrinter.cpp | 76 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 D | HexagonInstPrinter.h | 31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 79 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument 114 printAnnotation(O, Annot); in printInst()
|