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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstPrinter.cpp 29 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
30 if (!Annot.empty()) {
32 (*CommentStream) << Annot;
34 OS << " " << MAI.getCommentString() << " " << Annot;
  /external/pdfium/fpdfsdk/javascript/
Annot.h 15 class Annot : public CJS_EmbedObj {
17 explicit Annot(CJS_Object* pJSObject);
18 ~Annot() override;
24 void SetSDKAnnot(CPDFSDK_BAAnnot* annot);
36 JS_STATIC_PROP(hidden, Annot);
37 JS_STATIC_PROP(name, Annot);
38 JS_STATIC_PROP(type, Annot);
Annot.cpp 7 #include "fpdfsdk/javascript/Annot.h"
16 CPDFSDK_BAAnnot* ToBAAnnot(CPDFSDK_Annot* annot) {
17 return static_cast<CPDFSDK_BAAnnot*>(annot);
32 IMPLEMENT_JS_CLASS(CJS_Annot, Annot)
34 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
36 Annot::~Annot() {}
38 bool Annot::hidden(CJS_Runtime* pRuntime,
74 bool Annot::name(CJS_Runtime* pRuntime
    [all...]
  /build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
Annot.java 27 public @interface Annot {
Parent.java 19 @Annot("asdf")
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstPrinter.h 33 void printAnnotation(raw_ostream &OS, StringRef Annot);
46 StringRef Annot) = 0;
  /build/make/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 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
BPFInstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
MBlazeInstPrinter.cpp 29 StringRef Annot) {
31 printAnnotation(O, Annot);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 27 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
MSP430InstPrinter.cpp 29 StringRef Annot) {
31 printAnnotation(O, Annot);
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 33 StringRef Annot, const MCSubtargetInfo &STI) {
35 printAnnotation(O, Annot);
XCoreInstPrinter.h 33 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
MSP430InstPrinter.cpp 30 StringRef Annot, const MCSubtargetInfo &STI) {
32 printAnnotation(O, Annot);
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 29 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.h 35 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.h 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef 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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 61 void printAnnotation(raw_ostream &OS, StringRef Annot);
73 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 61 void printAnnotation(raw_ostream &OS, StringRef Annot);
73 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot,

Completed in 443 milliseconds

1 2 3