Searched refs:PointKind (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_gdbserver.h | 96 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/ |
D | GCMetadata.h | 50 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()
|
D | GCStrategy.h | 99 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 230 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_()
|
D | target.c | 464 PointKind kind; in valgrind_point()
|
/external/valgrind/main/coregrind/ |
D | pub_core_gdbserver.h | 71 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 132 static const char *DescKind(GC::PointKind Kind) { in DescKind()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 812 /// PointKind - The type of a collector-safe point. 814 enum PointKind { 844 GC::PointKind PointKind = PI->Kind;
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 6279 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()
|