Searched refs:PointKind (Results 1 - 8 of 8) 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) {
H A DGCStrategy.h99 bool needsSafePoint(GC::PointKind Kind) const {
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c238 const HChar* VG_(ppPointKind) (PointKind kind)
246 default: return "???wrong PointKind";
254 PointKind kind;
270 static GS_Watch* lookup_gs_watch (Addr addr, SizeT len, PointKind kind,
329 static Bool (*tool_watchpoint) (PointKind kind,
333 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind,
341 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
410 Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB)
H A Dtarget.c507 PointKind kind;
/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp125 static const char *DescKind(GC::PointKind Kind) {
/external/valgrind/main/memcheck/
H A Dmc_main.c6834 The PointKind will be handled at access time */
6835 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert,

Completed in 3003 milliseconds