Searched defs:PointKind (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_gdbserver.h97 access_watchpoint } PointKind; typedef in typeref:enum:__anon32885
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/
H A DGCMetadata.h50 /// PointKind - The type of a collector-safe point.
52 enum PointKind { enum in namespace:llvm::GC
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 171 milliseconds