Home
last modified time | relevance | path

Searched refs:PointKind (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/include/
Dpub_tool_gdbserver.h95 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadata.h50 enum PointKind { enum
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint()
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
DGCStrategy.h94 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h67 enum PointKind { enum
141 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
DGCMetadata.h53 GC::PointKind Kind; ///< The kind of the safe point.
57 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint()
124 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, const DebugLoc &DL) { in addSafePoint()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c239 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_()
Dtarget.c544 PointKind kind; in valgrind_point()
/external/valgrind/coregrind/
Dpub_core_gdbserver.h91 Bool VG_(gdbserver_point) (PointKind kind, Bool insert,
/external/llvm/lib/CodeGen/
DGCMetadata.cpp100 static const char *DescKind(GC::PointKind Kind) { in DescKind()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp144 static const char *DescKind(GC::PointKind Kind) { in DescKind()
/external/llvm/docs/
DGarbageCollection.rst895 /// PointKind - The type of a collector-safe point.
897 enum PointKind {
927 GC::PointKind PointKind = PI->Kind;
/external/valgrind/memcheck/
Dmc_main.c8142 static Bool mc_mark_unaddressable_for_watchpoint (PointKind kind, Bool insert, in mc_mark_unaddressable_for_watchpoint()