HomeSort by relevance Sort by last modified time
    Searched refs:Annot (Results 1 - 25 of 40) sorted by null

1 2

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Annot.java 27 public @interface Annot {
Parent.java 19 @Annot("asdf")
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.cpp 8 StringRef Annot) {
11 printAnnotation(OS, Annot);
AMDGPUInstPrinter.h 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 5 public @interface Annot
Parent.java 2 @com.android.stubs.Annot(value="asdf")
  /external/llvm/lib/MC/
MCInstPrinter.cpp 41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
42 if (!Annot.empty()) {
44 (*CommentStream) << Annot;
47 if (Annot.back() != '\n')
50 OS << " " << MAI.getCommentString() << " " << Annot;
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
BPFInstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.h 32 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
WebAssemblyInstPrinter.cpp 46 StringRef Annot,
61 printAnnotation(OS, Annot);
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 33 StringRef Annot, const MCSubtargetInfo &STI) {
35 printAnnotation(O, Annot);
XCoreInstPrinter.h 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
MSP430InstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 58 void printAnnotation(raw_ostream &OS, StringRef Annot);
72 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h 31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
SparcInstPrinter.cpp 47 StringRef Annot, const MCSubtargetInfo &STI) {
50 printAnnotation(O, Annot);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 57 StringRef Annot, const MCSubtargetInfo &STI) {
77 printAnnotation(O, Annot);
88 printAnnotation(O, Annot);
102 printAnnotation(O, Annot);
135 printAnnotation(O, Annot);
152 printAnnotation(O, Annot);
PPCInstPrinter.h 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 51 StringRef Annot,
59 printAnnotation(O, Annot);
101 printAnnotation(O, Annot);
137 printAnnotation(O, Annot);
147 printAnnotation(O, Annot);
155 printAnnotation(O, Annot);
174 printAnnotation(O, Annot);
184 printAnnotation(O, Annot);
194 printAnnotation(O, Annot);
224 printAnnotation(O, Annot);
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 30 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 89 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 43 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,

Completed in 223 milliseconds

1 2