HomeSort by relevance Sort by last modified time
    Searched defs:PointKind (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/include/
pub_tool_gdbserver.h 97 access_watchpoint } PointKind;
98 extern const HChar* VG_(ppPointKind) (PointKind kind);
112 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
128 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 50 /// PointKind - The type of a collector-safe point.
52 enum PointKind {
63 GC::PointKind Kind; ///< The kind of the safe point.
67 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
135 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {

Completed in 137 milliseconds