Home
last modified time | relevance | path

Searched refs:PointKind (Results 1 – 9 of 9) 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()
133 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/m_gdbserver/
Dm_gdbserver.c230 char* VG_(ppPointKind) (PointKind kind) in VG_()
246 PointKind kind;
262 static GS_Watch* lookup_gs_watch (Addr addr, SizeT len, PointKind kind, in lookup_gs_watch()
321 static Bool (*tool_watchpoint) (PointKind kind,
325 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind, in VG_()
333 Bool VG_(gdbserver_point) (PointKind kind, Bool insert, in VG_()
393 Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB) in VG_()
Dtarget.c464 PointKind kind; in valgrind_point()
/external/valgrind/main/coregrind/
Dpub_core_gdbserver.h71 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
/external/llvm/lib/CodeGen/
DGCMetadata.cpp132 static const char *DescKind(GC::PointKind Kind) { in DescKind()
/external/llvm/docs/
DGarbageCollection.rst812 /// PointKind - The type of a collector-safe point.
814 enum PointKind {
844 GC::PointKind PointKind = PI->Kind;
/external/valgrind/main/memcheck/
Dmc_main.c6279 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()