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

1 2 3 4 5

  /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/fxjs/
cjs_annot.cpp 16 CPDFSDK_BAAnnot* ToBAAnnot(CPDFSDK_Annot* annot) {
17 return static_cast<CPDFSDK_BAAnnot*>(annot);
36 ObjDefnID = pEngine->DefineObj("Annot", FXJSOBJTYPE_DYNAMIC,
37 JSConstructor<CJS_Annot, Annot>,
42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
44 Annot::~Annot() {}
46 CJS_Return Annot::get_hidden(CJS_Runtime* pRuntime) {
55 CJS_Return Annot::set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_annot.h 13 class Annot : public CJS_EmbedObj {
15 explicit Annot(CJS_Object* pJSObject);
16 ~Annot() override;
27 void SetSDKAnnot(CPDFSDK_BAAnnot* annot);
41 JS_STATIC_PROP(hidden, hidden, Annot);
42 JS_STATIC_PROP(name, name, Annot);
43 JS_STATIC_PROP(type, type, Annot);
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInstPrinter.cpp 44 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) {
45 if (!Annot.empty()) {
47 (*CommentStream) << Annot;
50 if (Annot.back() != '\n')
53 OS << " " << MAI.getCommentString() << " " << Annot;
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef 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);
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/InstPrinter/
Nios2InstPrinter.cpp 33 StringRef Annot, const MCSubtargetInfo &STI) {
37 printAnnotation(O, Annot);
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/InstPrinter/
ARCInstPrinter.h 34 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/InstPrinter/
AVRInstPrinter.h 33 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 26 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,

Completed in 2850 milliseconds

1 2 3 4 5