This method may be called any time after instruction selection is complete to determine if there is a call to @llvm.frameaddress in this function.

Synopsis

Declared in <llvm/CodeGen/MachineFrameInfo.h>

bool
isFrameAddressTaken() const;

Return Value

True if there is a call to @llvm.frameaddress in this function.

Created with MrDocs