CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Member predicate TranslatedCall::getFirstCallTargetInstruction

Gets the first instruction of the sequence to evaluate the call target. By default, this is just the first instruction of getCallTarget(), but it can be overridden by a subclass for cases where there is a call target that is not computed from an expression (e.g. a direct call).

Instruction getFirstCallTargetInstruction(EdgeKind kind)