Instruction.callee_names()

Returns the list of function names that are called from the instruction. It returns an empty list for an instruction that does not call any functions

Last updated