HomeSort by relevance Sort by last modified time
    Searched refs:Annotations (Results 26 - 31 of 31) sorted by null

12

  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 38 import com.android.dx.rop.annotation.Annotations;
837 Annotations methodAnnotations =
843 pw.println(" method annotations:");
850 pw.println(" parameter annotations:");
854 Annotations annotations = parameterAnnotations.get(i); local
855 for (Annotation a : annotations.getAnnotations()) {
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 119 # specified). We print out functions and do auto-annotations until we've
663 @ Annotations may not be correct.
729 # Track if we did any annotations.
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 673 if (Annotations.empty())
678 Annotations[0]->getType(), Annotations.size()), Annotations);
681 "llvm.global.annotations");
737 // Get the struct elements for these annotations.
741 Annotations.push_back(EmitAnnotateAttr(GV, *ai, D->getLocation()));
    [all...]
CodeGenModule.h 271 /// Global annotations.
272 std::vector<llvm::Constant*> Annotations;
765 /// Emit all the global annotations.
788 /// Add global annotations that are set on D, for the global GV. Those
789 /// annotations are emitted during finalization of the LLVM code.
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 134 # specified). We print out functions and do auto-annotations until we've
981 @ Annotations may not be correct.
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 93 milliseconds

12