Home
last modified time | relevance | path

Searched refs:PointKind (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_gdbserver.h96 access_watchpoint } PointKind; typedef
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/
DGCMetadata.h50 enum PointKind { enum
61 GC::PointKind Kind; ///< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint()
128 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
DGCStrategy.h99 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
/external/valgrind/main/coregrind/
Dpub_core_gdbserver.h71 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c222 char* VG_(ppPointKind) (PointKind kind) in VG_()
239 PointKind kind;
282 static Bool (*tool_watchpoint) (PointKind kind,
286 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind, in VG_()
294 Bool VG_(gdbserver_point) (PointKind kind, Bool insert, in VG_()
343 Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB) in VG_()
Dvalgrind-low.c354 PointKind kind; in valgrind_point()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp144 static const char *DescKind(GC::PointKind Kind) { in DescKind()
/external/valgrind/main/memcheck/
Dmc_main.c6117 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()