Static Value-Flow Analysis
|
whether this is an argument in dead function
Definition at line 156 of file LLVMUtil.h.
Return true if this is an argument of a program entry function (e.g. main)
Definition at line 164 of file LLVMUtil.h.
bool SVF::LLVMUtil::basicBlockHasRetInst | ( | const BasicBlock * | bb | ) |
Return true if the function has a return instruction.
Return true if the basic block has a return instruction
Definition at line 108 of file LLVMUtil.cpp.
Definition at line 622 of file LLVMUtil.cpp.
Return true if the function has a return instruction reachable from function entry
Definition at line 122 of file LLVMUtil.cpp.
Get all called funcions in a parent function.
Definition at line 363 of file LLVMUtil.cpp.
Definition at line 97 of file LLVMUtil.h.
|
inlinestatic |
Definition at line 313 of file LLVMUtil.h.
|
inline |
Definition at line 54 of file LLVMUtil.h.
Return the bitcast instruction right next to val, otherwise return nullptr
If type is void* (i8*) and val is immediately used at a bitcast instruction
Definition at line 277 of file LLVMUtil.cpp.
Definition at line 435 of file LLVMUtil.cpp.
void SVF::LLVMUtil::getFunReachableBBs | ( | const Function * | fun, |
std::vector< const SVFBasicBlock * > & | reachableBBs | ||
) |
Get reachable basic block from function entry.
Return reachable bbs from function entry
Definition at line 74 of file LLVMUtil.cpp.
find the unique defined global across multiple modules
Definition at line 439 of file LLVMUtil.cpp.
Definition at line 400 of file LLVMUtil.cpp.
|
inline |
Return LLVM callsite given a value.
Definition at line 91 of file LLVMUtil.h.
Return LLVM function if this value is.
Definition at line 104 of file LLVMUtil.h.
void SVF::LLVMUtil::getNextInsts | ( | const Instruction * | curInst, |
std::vector< const Instruction * > & | instList | ||
) |
Get the next instructions following control flow.
Definition at line 573 of file LLVMUtil.cpp.
Return size of this object based on LLVM value.
Return size of this Object
Definition at line 295 of file LLVMUtil.cpp.
Get program entry function from module.
Definition at line 418 of file LLVMUtil.h.
Get program entry function from module.
Definition at line 39 of file LLVMUtil.cpp.
|
inlinestatic |
Definition at line 130 of file LLVMUtil.h.
Get the meta data (line number and file name) info of a LLVM value
Definition at line 452 of file LLVMUtil.cpp.
Get source code line number of a function according to debug info
Definition at line 556 of file LLVMUtil.cpp.
Return true if the argument in a function does not have a caller.
Definition at line 185 of file LLVMUtil.h.
|
inline |
Definition at line 290 of file LLVMUtil.h.
Check whether this value is a black hole.
Definition at line 119 of file LLVMUtil.h.
|
inline |
Whether an instruction is a call or invoke instruction.
Definition at line 44 of file LLVMUtil.h.
Whether an instruction is a call or invoke instruction.
Definition at line 49 of file LLVMUtil.h.
|
inline |
Definition at line 245 of file LLVMUtil.h.
|
inline |
Definition at line 279 of file LLVMUtil.h.
Check whether this value points-to a constant object.
Check whether this value points-to a constant object
Definition at line 672 of file CppUtil.cpp.
Return true if the value refers to constant data, e.g., i32 0.
Definition at line 368 of file LLVMUtil.h.
Definition at line 383 of file LLVMUtil.cpp.
|
inline |
Return corresponding constant expression, otherwise return nullptr.
Definition at line 215 of file LLVMUtil.h.
|
inline |
Definition at line 396 of file LLVMUtil.h.
bool SVF::LLVMUtil::isHeapAllocExtCallViaArg | ( | const Instruction * | inst | ) |
Definition at line 648 of file LLVMUtil.cpp.
bool SVF::LLVMUtil::isHeapAllocExtCallViaRet | ( | const Instruction * | inst | ) |
Definition at line 633 of file LLVMUtil.cpp.
Check if a given value represents a heap object.
val | The value to check. |
Definition at line 682 of file LLVMUtil.cpp.
|
inline |
Definition at line 225 of file LLVMUtil.h.
Definition at line 189 of file LLVMUtil.cpp.
bool SVF::LLVMUtil::isIntrinsicInst | ( | const Instruction * | inst | ) |
Return true if it is an intrinsic instruction.
Definition at line 202 of file LLVMUtil.cpp.
Check whether a file is an LLVM IR file.
Definition at line 314 of file LLVMUtil.cpp.
Definition at line 388 of file LLVMUtil.cpp.
Definition at line 394 of file LLVMUtil.cpp.
Function does not have any possible caller in the call graph.
Return true if the function does not have a caller (either it is a main function or a dead function)
Definition at line 179 of file LLVMUtil.h.
bool SVF::LLVMUtil::isNonInstricCallSite | ( | const Instruction * | inst | ) |
Whether an instruction is a callsite in the application code, excluding llvm intrinsic calls.
Definition at line 720 of file LLVMUtil.cpp.
|
inline |
Basic block does not have predecessors map-1.cpp.bc try.cont: ; No predecessors! call void @llvm.trap() unreachable
Definition at line 331 of file LLVMUtil.h.
Check whether this value is a black hole.
Definition at line 125 of file LLVMUtil.h.
Return true if this value refers to a object.
A value represents an object if it is 1) function, 2) global 3) stack 4) heap
Definition at line 59 of file LLVMUtil.cpp.
Check whether a function is an entry function (i.e., main)
Definition at line 113 of file LLVMUtil.h.
|
inline |
Definition at line 235 of file LLVMUtil.h.
Return true if this is value in a dead function (function without any caller)
Return true if this is a value in a dead function (function without any caller)
Definition at line 174 of file LLVMUtil.cpp.
|
inline |
Definition at line 255 of file LLVMUtil.h.
|
inline |
Definition at line 403 of file LLVMUtil.h.
bool SVF::LLVMUtil::isStackAllocExtCallViaRet | ( | const Instruction * | inst | ) |
Definition at line 662 of file LLVMUtil.cpp.
val | The value to check. |
Definition at line 704 of file LLVMUtil.cpp.
|
inline |
|
inline |
Definition at line 301 of file LLVMUtil.h.
whether this is a function without any possible caller?
Method for dead function, which does not have any possible caller function address is not taken and never be used in call or invoke instruction
Return true if this is a function without any possible caller
Definition at line 157 of file LLVMUtil.cpp.
void SVF::LLVMUtil::processArguments | ( | int | argc, |
char ** | argv, | ||
int & | arg_num, | ||
char ** | arg_value, | ||
std::vector< std::string > & | moduleNameVec | ||
) |
Parse argument for multi-module analysis.
Get the names of all modules into a vector And process arguments
Definition at line 335 of file LLVMUtil.cpp.
std::string SVF::LLVMUtil::restoreFuncName | ( | std::string | funcName | ) |
Definition at line 406 of file LLVMUtil.cpp.
Strip off the all casts.
Strip all casts
Definition at line 249 of file LLVMUtil.cpp.
Strip off the constant casts.
Strip constant casts
Definition at line 218 of file LLVMUtil.cpp.
Definition at line 230 of file LLVMUtil.cpp.
Definition at line 238 of file LLVMUtil.cpp.