#include <SVFLLVMValue.h>
|
| SVFFunction (const SVFType *ty, const SVFFunctionType *ft, bool declare, bool intrinsic, bool addrTaken, bool varg, SVFLoopAndDomInfo *ld) |
|
| SVFFunction (void)=delete |
|
virtual | ~SVFFunction () |
|
SVFLoopAndDomInfo * | getLoopAndDomInfo () |
|
bool | isDeclaration () const |
|
void | setBasicBlockGraph (BasicBlockGraph *graph) |
|
BasicBlockGraph * | getBasicBlockGraph () |
|
const BasicBlockGraph * | getBasicBlockGraph () const |
|
bool | isIntrinsic () const |
|
bool | hasAddressTaken () const |
|
const SVFFunctionType * | getFunctionType () const |
| Returns the FunctionType.
|
|
const SVFType * | getReturnType () const |
| Returns the FunctionType.
|
|
const SVFFunction * | getDefFunForMultipleModule () const |
|
u32_t | arg_size () const |
|
const ArgValVar * | getArg (u32_t idx) const |
|
bool | isVarArg () const |
|
bool | hasBasicBlock () const |
|
const SVFBasicBlock * | getEntryBlock () const |
|
const SVFBasicBlock * | getExitBB () const |
|
void | setExitBlock (SVFBasicBlock *bb) |
|
const SVFBasicBlock * | front () const |
|
const SVFBasicBlock * | back () const |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const std::vector< const SVFBasicBlock * > & | getReachableBBs () const |
|
bool | isUncalledFunction () const |
|
bool | hasReturn () const |
|
void | getExitBlocksOfLoop (const SVFBasicBlock *bb, BBList &exitbbs) const |
|
bool | hasLoopInfo (const SVFBasicBlock *bb) const |
|
const LoopBBs & | getLoopInfo (const SVFBasicBlock *bb) const |
|
const SVFBasicBlock * | getLoopHeader (const BBList &lp) const |
|
bool | loopContainsBB (const BBList &lp, const SVFBasicBlock *bb) const |
|
const Map< const SVFBasicBlock *, BBSet > & | getDomTreeMap () const |
|
const Map< const SVFBasicBlock *, BBSet > & | getDomFrontierMap () const |
|
bool | isLoopHeader (const SVFBasicBlock *bb) const |
|
bool | dominate (const SVFBasicBlock *bbKey, const SVFBasicBlock *bbValue) const |
|
bool | postDominate (const SVFBasicBlock *bbKey, const SVFBasicBlock *bbValue) const |
|
| SVFLLVMValue ()=delete |
|
virtual | ~SVFLLVMValue ()=default |
|
GNodeK | getKind () const |
| Get the type of this SVFValue.
|
|
const std::string & | getName () const |
|
void | setName (std::string &&n) |
|
virtual const SVFType * | getType () const |
|
bool | isConstDataOrAggData () const |
|
bool | ptrInUncalledFunction () const |
|
virtual void | setSourceLoc (const std::string &sourceCodeInfo) |
|
virtual const std::string | getSourceLoc () const |
|
std::string | toString () const |
| Needs to be implemented by a SVF front end.
|
|
|
BasicBlockGraph::IDToNodeMapTy::iterator | iterator |
|
Definition at line 150 of file SVFLLVMValue.h.
◆ BBList
◆ BBSet
◆ const_iterator
◆ LoopBBs
◆ SVFFunction() [1/2]
Definition at line 8 of file SVFLLVMValue.cpp.
14{
15}
bool intrinsic
return true if this function does not have a body
bool varArg
return true if this function never returns
bool isUncalled
return true if this function is address-taken (for indirect call purposes)
SVFBasicBlock * exitBlock
all formal arguments of this function
bool addrTaken
return true if this function is an intrinsic function (e.g., llvm.dbg), which does not reside in the ...
const SVFFunction * realDefFun
the loop and dominate information
bool isNotRet
return true if this function is never called
const SVFFunctionType * funcType
return true if this function supports variable arguments
SVFLoopAndDomInfo * loopAndDom
FunctionType, which is different from the type (PointerType) of this SVFFunction.
llvm::IRBuilder IRBuilder
◆ SVFFunction() [2/2]
SVF::SVFFunction::SVFFunction |
( |
void |
| ) |
|
|
delete |
◆ ~SVFFunction()
SVFFunction::~SVFFunction |
( |
| ) |
|
|
virtual |
Definition at line 17 of file SVFLLVMValue.cpp.
18{
21}
BasicBlockGraph * bbGraph
a 'single' basic block having no successors and containing return instruction in a function
◆ addArgument()
the basic block graph of this function
Definition at line 180 of file SVFLLVMValue.h.
181 {
183 }
std::vector< const ArgValVar * > allArgs
the definition of a function across multiple modules
◆ arg_size()
u32_t SVFFunction::arg_size |
( |
| ) |
const |
◆ back()
◆ begin()
Definition at line 300 of file SVFLLVMValue.h.
301 {
303 }
iterator begin()
Iterators.
◆ classof()
◆ dominate()
Definition at line 366 of file SVFLLVMValue.h.
367 {
369 }
bool dominate(const SVFBasicBlock *bbKey, const SVFBasicBlock *bbValue) const
◆ end()
◆ front()
Definition at line 286 of file SVFLLVMValue.h.
287 {
289 }
const SVFBasicBlock * getEntryBlock() const
◆ getArg()
◆ getBasicBlockGraph() [1/2]
◆ getBasicBlockGraph() [2/2]
◆ getDefFunForMultipleModule()
◆ getDomFrontierMap()
Definition at line 356 of file SVFLLVMValue.h.
357 {
359 }
const Map< const SVFBasicBlock *, BBSet > & getDomFrontierMap() const
◆ getDomTreeMap()
Definition at line 351 of file SVFLLVMValue.h.
352 {
354 }
Map< const SVFBasicBlock *, BBSet > & getDomTreeMap()
◆ getEntryBlock()
◆ getExitBB()
◆ getExitBlocksOfLoop()
Definition at line 326 of file SVFLLVMValue.h.
327 {
329 }
void getExitBlocksOfLoop(const SVFBasicBlock *bb, BBList &exitbbs) const
◆ getFunctionType()
◆ getLoopAndDomInfo()
◆ getLoopHeader()
Definition at line 341 of file SVFLLVMValue.h.
342 {
344 }
const SVFBasicBlock * getLoopHeader(const LoopBBs &lp) const
◆ getLoopInfo()
Definition at line 336 of file SVFLLVMValue.h.
337 {
339 }
const LoopBBs & getLoopInfo(const SVFBasicBlock *bb) const
◆ getReachableBBs()
Definition at line 311 of file SVFLLVMValue.h.
312 {
314 }
const BBList & getReachableBBs() const
◆ getReturnType()
Returns the FunctionType.
Definition at line 252 of file SVFLLVMValue.h.
253 {
255 }
const SVFType * getReturnType() const
◆ hasAddressTaken()
bool SVF::SVFFunction::hasAddressTaken |
( |
| ) |
const |
|
inline |
◆ hasBasicBlock()
bool SVF::SVFFunction::hasBasicBlock |
( |
| ) |
const |
|
inline |
◆ hasLoopInfo()
Definition at line 331 of file SVFLLVMValue.h.
332 {
334 }
bool hasLoopInfo(const SVFBasicBlock *bb) const
◆ hasReturn()
bool SVF::SVFFunction::hasReturn |
( |
| ) |
const |
|
inline |
◆ isDeclaration()
bool SVF::SVFFunction::isDeclaration |
( |
| ) |
const |
|
inline |
◆ isIntrinsic()
bool SVF::SVFFunction::isIntrinsic |
( |
| ) |
const |
|
inline |
◆ isLoopHeader()
Definition at line 361 of file SVFLLVMValue.h.
362 {
364 }
bool isLoopHeader(const SVFBasicBlock *bb) const
◆ isUncalledFunction()
bool SVF::SVFFunction::isUncalledFunction |
( |
| ) |
const |
|
inline |
◆ isVarArg()
bool SVFFunction::isVarArg |
( |
| ) |
const |
◆ loopContainsBB()
Definition at line 346 of file SVFLLVMValue.h.
347 {
349 }
bool loopContainsBB(const LoopBBs &lp, const SVFBasicBlock *bb) const
◆ postDominate()
Definition at line 371 of file SVFLLVMValue.h.
372 {
374 }
bool postDominate(const SVFBasicBlock *bbKey, const SVFBasicBlock *bbValue) const
◆ setBasicBlockGraph()
◆ setDefFunForMultipleModule()
◆ setExitBlock()
◆ setIsNotRet()
void SVF::SVFFunction::setIsNotRet |
( |
bool |
notRet | ) |
|
|
inlineprotected |
◆ setIsUncalledFunction()
void SVF::SVFFunction::setIsUncalledFunction |
( |
bool |
uncalledFunction | ) |
|
|
inlineprotected |
◆ LLVMModuleSet
◆ SVFIRBuilder
◆ SVFIRReader
◆ SVFIRWriter
◆ addrTaken
bool SVF::SVFFunction::addrTaken |
|
private |
return true if this function is an intrinsic function (e.g., llvm.dbg), which does not reside in the application code
Definition at line 167 of file SVFLLVMValue.h.
◆ allArgs
the definition of a function across multiple modules
Definition at line 174 of file SVFLLVMValue.h.
◆ bbGraph
a 'single' basic block having no successors and containing return instruction in a function
Definition at line 176 of file SVFLLVMValue.h.
◆ exitBlock
◆ funcType
return true if this function supports variable arguments
Definition at line 171 of file SVFLLVMValue.h.
◆ intrinsic
bool SVF::SVFFunction::intrinsic |
|
private |
return true if this function does not have a body
Definition at line 166 of file SVFLLVMValue.h.
◆ isDecl
bool SVF::SVFFunction::isDecl |
|
private |
◆ isNotRet
bool SVF::SVFFunction::isNotRet |
|
private |
return true if this function is never called
Definition at line 169 of file SVFLLVMValue.h.
◆ isUncalled
bool SVF::SVFFunction::isUncalled |
|
private |
return true if this function is address-taken (for indirect call purposes)
Definition at line 168 of file SVFLLVMValue.h.
◆ iterator
BasicBlockGraph::IDToNodeMapTy::iterator SVF::SVFFunction::iterator |
◆ loopAndDom
◆ realDefFun
◆ varArg
bool SVF::SVFFunction::varArg |
|
private |
return true if this function never returns
Definition at line 170 of file SVFLLVMValue.h.
The documentation for this class was generated from the following files: