Lines Matching full:iipc
138 InlIPCursor *iipc = VG_(new_IIPC)(eip);
140 buf = VG_(describe_IP)(eip, iipc);
142 } while (VG_(next_IIPC)(iipc));
143 VG_(delete_IIPC)(iipc);
145 To only describe eip, without the inlined calls at eip, give a NULL iipc:
152 extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor* iipc);
154 /* Builds a IIPC (Inlined IP Cursor) to describe eip and all the inlined calls
160 extern Bool VG_(next_IIPC)(InlIPCursor *iipc);
161 /* Free all memory associated with iipc. */
162 extern void VG_(delete_IIPC)(InlIPCursor *iipc);