OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointKind
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/include/
pub_tool_gdbserver.h
96
access_watchpoint }
PointKind
;
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/
GCMetadata.h
48
///
PointKind
- The type of a collector-safe point.
50
enum
PointKind
{
61
GC::
PointKind
Kind; ///< The kind of the safe point.
65
GCPoint(GC::
PointKind
K, MCSymbol *L, DebugLoc DL)
133
void addSafePoint(GC::
PointKind
Kind, MCSymbol *Label, DebugLoc DL) {
GCStrategy.h
99
bool needsSafePoint(GC::
PointKind
Kind) const {
/external/valgrind/main/coregrind/
pub_core_gdbserver.h
71
Bool VG_(gdbserver_point) (
PointKind
kind, Bool insert,
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
230
char* VG_(ppPointKind) (
PointKind
kind)
238
default: return "???wrong
PointKind
";
246
PointKind
kind;
262
static GS_Watch* lookup_gs_watch (Addr addr, SizeT len,
PointKind
kind,
321
static Bool (*tool_watchpoint) (
PointKind
kind,
325
void VG_(needs_watchpoint) (Bool (*watchpoint) (
PointKind
kind,
333
Bool VG_(gdbserver_point) (
PointKind
kind, Bool insert,
393
Bool VG_(is_watched)(
PointKind
kind, Addr addr, Int szB)
[
all
...]
target.c
464
PointKind
kind;
/external/llvm/lib/CodeGen/
GCMetadata.cpp
132
static const char *DescKind(GC::
PointKind
Kind) {
/external/valgrind/main/memcheck/
mc_main.c
[
all
...]
Completed in 669 milliseconds