Static Value-Flow Analysis
|
#include <LLVMModule.h>
Static Public Member Functions | |
static LLVMModuleSet * | getLLVMModuleSet () |
static void | releaseLLVMModuleSet () |
static void | buildSVFModule (Module &mod) |
static void | buildSVFModule (const std::vector< std::string > &moduleNameVec) |
static void | preProcessBCs (std::vector< std::string > &moduleNameVec) |
Static Private Attributes | |
static LLVMModuleSet * | llvmModuleSet = nullptr |
static bool | preProcessed = false |
Friends | |
class | SVFIRBuilder |
class | ICFGBuilder |
class | SymbolTableBuilder |
Definition at line 42 of file LLVMModule.h.
Definition at line 62 of file LLVMModule.h.
Definition at line 63 of file LLVMModule.h.
typedef Map<std::string, std::vector<std::string> > SVF::LLVMModuleSet::Fun2AnnoMap |
Definition at line 60 of file LLVMModule.h.
typedef std::vector<const Function*> SVF::LLVMModuleSet::FunctionSet |
Definition at line 74 of file LLVMModule.h.
typedef std::vector<const Function*> SVF::LLVMModuleSet::FunctionSetType |
Definition at line 50 of file LLVMModule.h.
Definition at line 51 of file LLVMModule.h.
Definition at line 52 of file LLVMModule.h.
Definition at line 75 of file LLVMModule.h.
Definition at line 65 of file LLVMModule.h.
Definition at line 66 of file LLVMModule.h.
Definition at line 72 of file LLVMModule.h.
Definition at line 76 of file LLVMModule.h.
Definition at line 53 of file LLVMModule.h.
Definition at line 64 of file LLVMModule.h.
Definition at line 56 of file LLVMModule.h.
Definition at line 55 of file LLVMModule.h.
Definition at line 58 of file LLVMModule.h.
Definition at line 57 of file LLVMModule.h.
Definition at line 59 of file LLVMModule.h.
llvm value to sym id map local (%) and global (@) identifiers are pointer types which have a value node id.
Definition at line 70 of file LLVMModule.h.
|
private |
Constructor.
Definition at line 79 of file LLVMModule.cpp.
LLVMModuleSet::~LLVMModuleSet | ( | ) |
Definition at line 84 of file LLVMModule.cpp.
|
inline |
Definition at line 230 of file LLVMModule.h.
Definition at line 433 of file LLVMModule.h.
|
inline |
Definition at line 237 of file LLVMModule.h.
|
inline |
Definition at line 247 of file LLVMModule.h.
|
inline |
Definition at line 242 of file LLVMModule.h.
|
private |
Definition at line 487 of file LLVMModule.cpp.
Create SVFTypes.
Definition at line 1202 of file LLVMModule.cpp.
Definition at line 1064 of file LLVMModule.cpp.
|
private |
Definition at line 159 of file LLVMModule.cpp.
|
private |
Keep svf_main() function and all the functions called in svf_main()
app functions
App Func decl -> SVF extern Func def
Overwrite App Func def -> SVF extern Func def
Definition at line 649 of file LLVMModule.cpp.
|
private |
Definition at line 918 of file LLVMModule.cpp.
|
static |
Definition at line 121 of file LLVMModule.cpp.
|
static |
|
private |
building symbol table
Definition at line 144 of file LLVMModule.cpp.
Collect the array info.
Fill in StInfo for an array type.
array without any element (this is not true in C/C++ arrays) we assume there is an empty dummy element
Array's flatten field infor is the same as its element's flatten infor.
Flatten arrays, map each array element index i
to flattened index (i * nfE * totalElemNum)/outArrayElemNum
nfE>1 if the array element is a struct with more than one field.
Definition at line 1271 of file LLVMModule.cpp.
Non-opaque pointer
Opaque pointer
Definition at line 581 of file LLVMModule.cpp.
Collect simple type (non-aggregate) info.
Collect simple type (non-aggregate) info
Only one field
Definition at line 1391 of file LLVMModule.cpp.
|
private |
Collect the struct info and set the number of fields after flattening.
Fill in struct_info for T. Given a Struct type, we recursively extend and record its fields and types.
The struct info should not be processed before
Definition at line 1334 of file LLVMModule.cpp.
Collect a type info.
Definition at line 1170 of file LLVMModule.cpp.
|
private |
Function
set exit block: exit basic block must have no successors and have a return instruction
Definition at line 174 of file LLVMModule.cpp.
void LLVMModuleSet::dumpModulesToFile | ( | const std::string & | suffix | ) |
Definition at line 961 of file LLVMModule.cpp.
void LLVMModuleSet::dumpSymTable | ( | ) |
Definition at line 1017 of file LLVMModule.cpp.
|
inline |
Definition at line 380 of file LLVMModule.h.
Definition at line 1475 of file LLVMModule.cpp.
|
inlineprivate |
CallICFGNode * LLVMModuleSet::getCallICFGNode | ( | const Instruction * | cs | ) |
get a call node
Definition at line 1145 of file LLVMModule.cpp.
|
inline |
Definition at line 374 of file LLVMModule.h.
DominatorTree & LLVMModuleSet::getDomTree | ( | const Function * | fun | ) |
Definition at line 97 of file LLVMModule.cpp.
std::string LLVMModuleSet::getExtFuncAnnotation | ( | const Function * | fun, |
const std::string & | funcAnnotation | ||
) |
Definition at line 1424 of file LLVMModule.cpp.
Definition at line 1437 of file LLVMModule.cpp.
Get the corresponding Function based on its name.
Definition at line 299 of file LLVMModule.h.
|
inline |
Definition at line 190 of file LLVMModule.h.
|
inlineprivate |
Get/Add a function entry node.
Definition at line 502 of file LLVMModule.h.
|
inline |
Add a function entry node.
Definition at line 330 of file LLVMModule.h.
|
inline |
Definition at line 176 of file LLVMModule.h.
|
inlineprivate |
Get/Add a function exit node.
Definition at line 511 of file LLVMModule.h.
|
inline |
Add a function exit node.
Definition at line 337 of file LLVMModule.h.
Definition at line 260 of file LLVMModule.h.
Get the corresponding Function based on its name.
Definition at line 1072 of file LLVMModule.cpp.
|
inline |
Definition at line 352 of file LLVMModule.h.
ICFGNode * LLVMModuleSet::getICFGNode | ( | const Instruction * | inst | ) |
Get a basic block ICFGNode.
Definition at line 1118 of file LLVMModule.cpp.
|
inlineprivate |
Definition at line 493 of file LLVMModule.h.
IntraICFGNode * LLVMModuleSet::getIntraICFGNode | ( | const Instruction * | inst | ) |
get a intra node
Definition at line 1163 of file LLVMModule.cpp.
|
private |
Definition at line 399 of file LLVMModule.cpp.
|
inline |
Definition at line 155 of file LLVMModule.h.
|
inlinestatic |
Definition at line 129 of file LLVMModule.h.
Get LLVM Type.
Definition at line 1089 of file LLVMModule.cpp.
Definition at line 253 of file LLVMModule.h.
|
inline |
Definition at line 359 of file LLVMModule.h.
Definition at line 160 of file LLVMModule.h.
|
inline |
Definition at line 150 of file LLVMModule.h.
Definition at line 165 of file LLVMModule.h.
getObject - Return the obj node id refer to the memory object for the specified global, heap or alloca instruction according to llvm value.
Definition at line 1007 of file LLVMModule.cpp.
|
inline |
Definition at line 200 of file LLVMModule.h.
Definition at line 183 of file LLVMModule.h.
|
inlineprivate |
RetICFGNode * LLVMModuleSet::getRetICFGNode | ( | const Instruction * | cs | ) |
get a return node
Definition at line 1154 of file LLVMModule.cpp.
Definition at line 277 of file LLVMModule.h.
|
inline |
Definition at line 291 of file LLVMModule.h.
Get or create SVFType and typeinfo.
Get or create SVFType and typeinfo
Definition at line 1103 of file LLVMModule.cpp.
ObjTypeInference * LLVMModuleSet::getTypeInference | ( | ) |
Definition at line 92 of file LLVMModule.cpp.
Get SVFIR Node according to LLVM value getNode - Return the node corresponding to the specified pointer.
Definition at line 986 of file LLVMModule.cpp.
|
inline |
Definition at line 195 of file LLVMModule.h.
Definition at line 284 of file LLVMModule.h.
bool LLVMModuleSet::hasExtFuncAnnotation | ( | const Function * | fun, |
const std::string & | funcAnnotation | ||
) |
Definition at line 1411 of file LLVMModule.cpp.
|
inline |
bool LLVMModuleSet::hasICFGNode | ( | const Instruction * | inst | ) |
Definition at line 1132 of file LLVMModule.cpp.
Definition at line 1458 of file LLVMModule.cpp.
Definition at line 1469 of file LLVMModule.cpp.
Definition at line 1464 of file LLVMModule.cpp.
Definition at line 1499 of file LLVMModule.cpp.
Definition at line 1446 of file LLVMModule.cpp.
Definition at line 1453 of file LLVMModule.cpp.
Definition at line 1491 of file LLVMModule.cpp.
|
private |
Definition at line 360 of file LLVMModule.cpp.
|
private |
Definition at line 294 of file LLVMModule.cpp.
|
inline |
Definition at line 210 of file LLVMModule.h.
|
private |
Invoke llvm passes to modify module.
Invoke llvm passes to modify module
BreakConstantGEPs Pass
MergeFunctionRets Pass
Definition at line 249 of file LLVMModule.cpp.
|
static |
Definition at line 273 of file LLVMModule.cpp.
|
inlinestatic |
Definition at line 136 of file LLVMModule.h.
|
inline |
Definition at line 267 of file LLVMModule.h.
void LLVMModuleSet::setExtFuncAnnotations | ( | const Function * | fun, |
const std::vector< std::string > & | funcAnnotations | ||
) |
Definition at line 1405 of file LLVMModule.cpp.
|
inlineprivate |
Definition at line 438 of file LLVMModule.h.
|
inlineprivate |
Definition at line 443 of file LLVMModule.h.
|
inline |
Definition at line 205 of file LLVMModule.h.
|
inline |
Definition at line 272 of file LLVMModule.h.
|
friend |
Definition at line 45 of file LLVMModule.h.
|
friend |
Definition at line 44 of file LLVMModule.h.
|
friend |
Definition at line 46 of file LLVMModule.h.
|
private |
map a callsite to its CallICFGNode
Definition at line 104 of file LLVMModule.h.
|
private |
map a callsite to its RetICFGNode
Definition at line 105 of file LLVMModule.h.
|
private |
Record annotations of function in extapi.bc.
Definition at line 89 of file LLVMModule.h.
|
private |
Record some "sse_" function declarations used in other ext function definition, e.g., svf_ext_foo(), and svf_ext_foo() used in app functions.
Definition at line 87 of file LLVMModule.h.
Definition at line 92 of file LLVMModule.h.
|
private |
Definition at line 117 of file LLVMModule.h.
|
private |
Definition at line 110 of file LLVMModule.h.
|
private |
Definition at line 118 of file LLVMModule.h.
|
private |
map a function to its FunExitICFGNode
Definition at line 107 of file LLVMModule.h.
|
private |
map a function to its FunEntryICFGNode
Definition at line 108 of file LLVMModule.h.
|
private |
Definition at line 119 of file LLVMModule.h.
|
private |
Global definition to a rep definition map.
Definition at line 95 of file LLVMModule.h.
|
private |
map a basic block to its ICFGNode
Definition at line 106 of file LLVMModule.h.
|
private |
Definition at line 98 of file LLVMModule.h.
|
private |
Map an LLVM Function to an SVF Funobjvar.
Definition at line 97 of file LLVMModule.h.
|
staticprivate |
Definition at line 79 of file LLVMModule.h.
|
private |
Definition at line 99 of file LLVMModule.h.
|
private |
Definition at line 84 of file LLVMModule.h.
|
private |
map a obj reference to its sym id
Definition at line 113 of file LLVMModule.h.
|
private |
Definition at line 82 of file LLVMModule.h.
|
private |
Definition at line 83 of file LLVMModule.h.
Definition at line 80 of file LLVMModule.h.
|
private |
return map
Definition at line 114 of file LLVMModule.h.
|
private |
Definition at line 103 of file LLVMModule.h.
|
private |
Definition at line 81 of file LLVMModule.h.
|
private |
Definition at line 100 of file LLVMModule.h.
|
private |
Definition at line 101 of file LLVMModule.h.
|
private |
map a value to its sym id
Definition at line 112 of file LLVMModule.h.
|
private |
vararg map
Definition at line 115 of file LLVMModule.h.