Searched refs:PointKind (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_gdbserver.h | 95 access_watchpoint } PointKind; typedef 96 extern const HChar* VG_(ppPointKind) (PointKind kind); 110 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB); 126 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
|
/external/llvm/include/llvm/CodeGen/ |
D | GCStrategy.h | 67 enum PointKind { enum 141 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
|
D | GCMetadata.h | 52 GC::PointKind Kind; ///< The kind of the safe point. 56 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint() 123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 239 const HChar* VG_(ppPointKind) (PointKind kind) in VG_() 255 PointKind kind; 271 static GS_Watch* lookup_gs_watch (Addr addr, SizeT len, PointKind kind, in lookup_gs_watch() 330 static Bool (*tool_watchpoint) (PointKind kind, 334 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind, in VG_() 342 Bool VG_(gdbserver_point) (PointKind kind, Bool insert, in VG_() 410 Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB) in VG_()
|
D | target.c | 518 PointKind kind; in valgrind_point()
|
/external/valgrind/coregrind/ |
D | pub_core_gdbserver.h | 91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 100 static const char *DescKind(GC::PointKind Kind) { in DescKind()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 872 /// PointKind - The type of a collector-safe point. 874 enum PointKind { 904 GC::PointKind PointKind = PI->Kind;
|
/external/valgrind/memcheck/ |
D | mc_main.c | 6853 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()
|