6using namespace SVFUtil;
57 assert(
"SVFValue::toString should be implemented or supported by fronted" &&
false);
64 assert(
"SVFBaseNode::valueOnlyToString should be implemented or supported by fronted" &&
false);
Class representing a function argument variable in the SVFIR.
BasicBlockGraph * bbGraph
a 'single' basic block having no successors and containing return instruction in a function
bool varArg
return true if this function never returns
const ArgValVar * getArg(u32_t idx) const
SVFBasicBlock * exitBlock
all formal arguments of this function
std::vector< const ArgValVar * > allArgs
the definition of a function across multiple modules
bool hasBasicBlock() const
void setExitBlock(SVFBasicBlock *bb)
const SVFBasicBlock * getExitBB() const
SVFLoopAndDomInfo * loopAndDom
FunctionType, which is different from the type (PointerType) of this SVFFunction.
std::string toString() const
Needs to be implemented by a SVF front end.
const std::string valueOnlyToString() const
__attribute__((weak)) std
llvm::IRBuilder IRBuilder