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 96 access_watchpoint } PointKind;
97 extern char* VG_(ppPointKind) (PointKind kind);
111 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
127 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 48 /// PointKind - The type of a collector-safe point.
50 enum PointKind {
61 GC::PointKind Kind; ///< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
133 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {

Completed in 1125 milliseconds