Searched refs:insnName (Results 1 – 2 of 2) sorted by relevance
623 Function insnName(hEngine As Long, insnID As Long) As String function626 insnName = cstr2vb(lpStr)627 If Len(insnName) = 0 Or DEBUG_DUMP Then insnName = insnName & " (" & Hex(insnID) & ")"
229 public String insnName() { in insnName() method in Capstone.CsInsn