Searched refs:PointKind (Results 1 – 8 of 8) 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() 128 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/ |
D | pub_core_gdbserver.h | 71 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 222 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_()
|
D | valgrind-low.c | 354 PointKind kind; in valgrind_point()
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 144 static const char *DescKind(GC::PointKind Kind) { in DescKind()
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 6117 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()
|