| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NativeFunctionSymbol.cpp | 64 for (auto &Annot : IS.annotations()) { 65 switch (Annot.OpCode) { 69 CodeOffset += Annot.U1; 74 CodeOffset += Annot.U1; 80 CodeOffset += Annot.U2; 81 if (OffsetInFunc >= CodeOffset && OffsetInFunc < CodeOffset + Annot.U1)
|
| NativeInlineSiteSymbol.cpp | 101 for (const auto &Annot : Sym.annotations()) { 102 switch (Annot.OpCode) { 106 CodeOffset += Annot.U1; 109 CodeOffset += Annot.U2; 113 CodeOffset += Annot.U1; 114 LineOffset += Annot.S1; 117 FileOffset = Annot.U1;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
| CSKYInstPrinter.cpp | 62 StringRef Annot, const MCSubtargetInfo &STI, 68 printAnnotation(O, Annot);
|
| CSKYInstPrinter.h | 29 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
| BPFInstPrinter.h | 25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| BPFInstPrinter.cpp | 28 StringRef Annot, const MCSubtargetInfo &STI, 31 printAnnotation(O, Annot);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonInstPrinter.h | 31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/ |
| XCoreInstPrinter.h | 35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| XCoreInstPrinter.cpp | 34 StringRef Annot, const MCSubtargetInfo &STI, 37 printAnnotation(O, Annot);
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCInstPrinter.cpp | 49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { 50 if (!Annot.empty()) { 52 (*CommentStream) << Annot; 55 if (Annot.back() != '\n') 58 OS << " " << MAI.getCommentString() << " " << Annot;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
| MSP430InstPrinter.cpp | 30 StringRef Annot, const MCSubtargetInfo &STI, 34 printAnnotation(O, Annot);
|
| MSP430InstPrinter.h | 25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| MinimalSymbolDumper.cpp | 692 for (auto &Annot : IS.annotations()) { 693 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); 711 switch (Annot.OpCode) { 716 formatCodeOffset(Annot.U1); 719 formatLineOffset(Annot.S1); 722 formatCodeLength(Annot.U1); 726 CodeOffset += Annot.U1; 729 formatCodeOffset(Annot.U1); 730 formatLineOffset(Annot.S1); 733 formatCodeOffset(Annot.U2) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInstPrinter.h | 34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| ARCInstPrinter.cpp | 101 StringRef Annot, const MCSubtargetInfo &STI, 104 printAnnotation(O, Annot);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| AVRInstPrinter.h | 32 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| AVRInstPrinter.cpp | 36 StringRef Annot, const MCSubtargetInfo &STI, 84 printAnnotation(O, Annot);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| NVPTXInstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
| SparcInstPrinter.h | 27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| WebAssemblyInstPrinter.h | 39 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCInstPrinter.h | 72 void printAnnotation(raw_ostream &OS, StringRef Annot); 102 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| RISCVInstPrinter.cpp | 67 StringRef Annot, const MCSubtargetInfo &STI, 78 printAnnotation(O, Annot);
|
| RISCVInstPrinter.h | 29 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/ |
| VEInstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| PPCInstPrinter.cpp | 56 StringRef Annot, const MCSubtargetInfo &STI, 132 printAnnotation(O, Annot); 148 printAnnotation(O, Annot); 181 printAnnotation(O, Annot); 205 printAnnotation(O, Annot); 212 printAnnotation(O, Annot);
|