Return the function this instruction belongs to.

Synopses

Declared in <llvm/IR/Instruction.h>

Return the function this instruction belongs to.

Function const*
getFunction() const;

Return the function this instruction belongs to.

Return Value

The parent function.

Created with MrDocs