HomeSort by relevance Sort by last modified time
    Searched defs:PointKind (Results 1 - 2 of 2) 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 {

Completed in 100 milliseconds