HomeSort by relevance Sort by last modified time
    Searched refs:PointKind (Results 1 - 8 of 8) sorted by null

  /external/valgrind/include/
pub_tool_gdbserver.h 95 access_watchpoint } PointKind;
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/
GCStrategy.h 63 /// PointKind - Used to indicate whether the address of the call instruction
67 enum PointKind {
141 bool needsSafePoint(GC::PointKind Kind) const {
GCMetadata.h 52 GC::PointKind Kind; ///< The kind of the safe point.
56 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
  /external/valgrind/coregrind/
pub_core_gdbserver.h 91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 239 const HChar* VG_(ppPointKind) (PointKind kind)
247 default: return "???wrong PointKind";
255 PointKind kind;
271 static GS_Watch* lookup_gs_watch (Addr addr, SizeT len, PointKind kind,
330 static Bool (*tool_watchpoint) (PointKind kind,
334 void VG_(needs_watchpoint) (Bool (*watchpoint) (PointKind kind,
342 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
410 Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB)
    [all...]
target.c 518 PointKind kind;
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 100 static const char *DescKind(GC::PointKind Kind) {
  /external/valgrind/memcheck/
mc_main.c     [all...]

Completed in 499 milliseconds