Searched defs:InlIPCursor (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_debuginfo.h128 typedef struct _InlIPCursor InlIPCursor; typedef in typeref:struct:_InlIPCursor
138 InlIPCursor *iipc = VG_(new_IIPC)(eip);
152 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
156 extern InlIPCursor* VG_(new_IIPC)(Addr eip);
160 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);
162 extern void VG_(delete_IIPC)(InlIPCursor *iipc);

Completed in 32 milliseconds