30#ifndef INCLUDE_SVF_FE_LLVMMODULE_H_
31#define INCLUDE_SVF_FE_LLVMMODULE_H_
40class ObjTypeInference;
84 std::vector<std::reference_wrapper<Module>>
modules;
180 else return it->second;
187 else return it->second;
333 assert(
b &&
"Function entry not created?");
340 assert(
b &&
"Function exit not created?");
364 Module&
module = getModuleRef(i);
370 assert(
false &&
"no main module found!");
SVFBasicBlock * addBasicBlock(const std::string &bbname)
std::string getExtBcPath()
static ExtAPI * getExtAPI()
BasicBlockGraph * getBasicBlockGraph()
bool hasValueNode(const Value *V)
NodeID getValueNode(const Value *V)
IntraICFGNode * getIntraBlock(const Instruction *inst)
LLVMType2SVFTypeMap LLVMType2SVFType
ValueToIDMapTy & valSyms()
bool is_alloc_stack_ret(const Function *F)
std::vector< const Function * > getLLVMGlobalFunctions(const GlobalVariable *global)
bool hasGlobalRep(const GlobalVariable *val) const
Global to rep.
LLVMBB2SVFBBMap LLVMBB2SVFBB
FunExitICFGNode * getFunExitBlock(const Function *fun)
Get/Add a function exit node.
void buildSymbolTable() const
std::vector< const Function * > FunctionSetType
Module * getMainLLVMModule() const
const FunObjVar * getFunObjVar(const Function *fun) const
ValueToIDMapTy valSymMap
map a value to its sym id
Map< const Function *, FunObjVar * > LLVMFun2FunObjVarMap
StInfo * collectTypeInfo(const Type *ty)
Collect a type info.
InstToBlockNodeMapTy InstToBlockNodeMap
map a basic block to its ICFGNode
static LLVMModuleSet * getLLVMModuleSet()
void setFunRealDefFun(const Function *fun, const Function *realDefFun)
GlobalVariable * getGlobalRep(const GlobalVariable *val) const
SVFBasicBlock * getSVFBasicBlock(const BasicBlock *bb)
Map< const Function *, FunEntryICFGNode * > FunToFunEntryNodeMapTy
void loadModules(const std::vector< std::string > &moduleNameVec)
u32_t getObjNodeNum() const
std::vector< const Function * > FunctionSet
ObjTypeInference * typeInference
static void releaseLLVMModuleSet()
static void preProcessBCs(std::vector< std::string > &moduleNameVec)
Map< const Function *, const BasicBlock * > FunToExitBBMap
Module & getModuleRef(u32_t idx) const
FunEntryICFGNode * getFunEntryICFGNode(const Function *fun)
Add a function entry node.
void addInstructionMap(const Instruction *inst, CallICFGNode *svfInst)
Map< const Type *, StInfo * > Type2TypeInfoMap
void addInstructionMap(const Instruction *inst, RetICFGNode *svfInst)
Map< const BasicBlock *, SVFBasicBlock * > LLVMBB2SVFBBMap
DominatorTree & getDomTree(const Function *fun)
FunToRealDefFunMap funToRealDefFun
void addToSVFVar2LLVMValueMap(const Value *val, SVFValue *svfBaseNode)
Map< const Function *, const Function * > FunToRealDefFunMap
OrderedMap< const Value *, NodeID > ValueToIDMapTy
LLVMFun2FunObjVarMap LLVMFun2FunObjVar
Map an LLVM Function to an SVF Funobjvar.
RetICFGNode * getRetBlock(const Instruction *cs)
Get/Add a return node.
std::unique_ptr< LLVMContext > owned_ctx
FunToIDMapTy varargSymMap
vararg map
void createSVFDataStructure()
Map< const GlobalVariable *, GlobalVariable * > GlobalDefToRepMapTy
StInfo * collectSimpleTypeInfo(const Type *T)
Collect simple type (non-aggregate) info.
bool is_alloc(const Function *F)
Map< const Instruction *, RetICFGNode * > CSToRetNodeMapTy
Map< const Instruction *, IntraICFGNode * > InstToBlockNodeMapTy
const Value * getLLVMValue(const SVFValue *value) const
const std::vector< std::string > & getExtFuncAnnotations(const Function *fun)
SVFType * getSVFType(const Type *T)
Get or create SVFType and typeinfo.
void setFunExitBB(const Function *fun, const BasicBlock *bb)
const Type * getLLVMType(const SVFType *T) const
Get LLVM Type.
NodeID getReturnNode(const Function *func) const
Map< const Function *, FunExitICFGNode * > FunToFunExitNodeMapTy
void setExtFuncAnnotations(const Function *fun, const std::vector< std::string > &funcAnnotations)
bool hasICFGNode(const Instruction *inst)
CallICFGNode * getCallBlock(const Instruction *cs)
Get/Add a call node.
ValueToIDMapTy objSymMap
map a obj reference to its sym id
Map< const SVFValue *, const Value * > SVFBaseNode2LLVMValueMap
OrderedMap< const Function *, NodeID > FunToIDMapTy
ICFGNode * getICFGNode(const Instruction *inst)
Get a basic block ICFGNode.
const Function * getFunction(const std::string &name)
Get the corresponding Function based on its name.
NodeID getVarargNode(const Function *func) const
CallICFGNode * getCallICFGNode(const Instruction *cs)
get a call node
Fun2AnnoMap ExtFun2Annotations
Record annotations of function in extapi.bc.
bool is_arg_alloc(const Function *F)
Map< const Function *, std::vector< std::string > > func2Annotations
const BasicBlock * getFunExitBB(const Function *fun) const
NodeID getObjectNode(const Value *V)
Module * getModule(u32_t idx) const
RetICFGNode * getRetICFGNode(const Instruction *cs)
get a return node
void prePassSchedule()
Invoke llvm passes to modify module.
bool has_static(const Function *F)
StInfo * collectStructInfo(const StructType *structTy, u32_t &numFields)
Collect the struct info and set the number of fields after flattening.
CSToCallNodeMapTy CSToCallNodeMap
map a callsite to its CallICFGNode
s32_t get_alloc_arg_pos(const Function *F)
void addFunctionSet(const Function *svfFunc)
FunToIDMapTy returnSymMap
return map
const std::vector< std::reference_wrapper< Module > > & getLLVMModules() const
LLVMContext & getContext() const
bool is_ext(const Function *F)
Map< const Function *, DominatorTree > FunToDominatorTree
CSToRetNodeMapTy CSToRetNodeMap
map a callsite to its RetICFGNode
static void buildSVFModule(Module &mod)
SVFBaseNode2LLVMValueMap SVFBaseNode2LLVMValue
FunExitICFGNode * getFunExitICFGNode(const Function *fun)
Add a function exit node.
FunToExitBBMap funToExitBB
StInfo * collectArrayInfo(const ArrayType *T)
Collect the array info.
LLVMModuleSet()
Constructor.
void buildGlobalDefToRepMap()
SVFType * addSVFTypeInfo(const Type *t)
Create SVFTypes.
FunEntryICFGNode * getFunEntryBlock(const Function *fun)
Get/Add a function entry node.
u32_t getValueNodeNum() const
Map< const Instruction *, CallICFGNode * > CSToCallNodeMapTy
void addInstructionMap(const Instruction *inst, IntraICFGNode *svfInst)
FunctionSetType ExtFuncsVec
Record some "sse_" function declarations used in other ext function definition, e....
bool hasExtFuncAnnotation(const Function *fun, const std::string &funcAnnotation)
FunToFunEntryNodeMapTy FunToFunEntryNodeMap
map a function to its FunExitICFGNode
const Function * getRealDefFun(const Function *fun) const
static LLVMModuleSet * llvmModuleSet
IntraICFGNode * getIntraICFGNode(const Instruction *inst)
get a intra node
std::vector< std::reference_wrapper< Module > > modules
Map< const Function *, const Function * > FunDeclToDefMapTy
ValueToIDMapTy & objSyms()
std::string getExtFuncAnnotation(const Function *fun, const std::string &funcAnnotation)
FunToFunExitNodeMapTy FunToFunExitNodeMap
map a function to its FunEntryICFGNode
Map< std::string, std::vector< std::string > > Fun2AnnoMap
u32_t getModuleNum() const
GlobalDefToRepMapTy GlobalDefToRepMap
Global definition to a rep definition map.
std::vector< std::unique_ptr< Module > > owned_modules
void addBasicBlock(FunObjVar *fun, const BasicBlock *bb)
bool is_memset(const Function *F)
FunToIDMapTy & varargSyms()
const FunctionSet & getFunctionSet() const
Map< const Type *, SVFType * > LLVMType2SVFTypeMap
Type2TypeInfoMap Type2TypeInfo
Map< const Function *, FunctionSetType > FunDefToDeclsMapTy
void dumpModulesToFile(const std::string &suffix)
void collectExtFunAnnotations(const Module *mod)
bool is_memcpy(const Function *F)
ObjTypeInference * getTypeInference()
bool is_realloc(const Function *F)
llvm::GlobalVariable GlobalVariable
llvm::ArrayType ArrayType
llvm::BasicBlock BasicBlock
llvm::StructType StructType
LLVM types.
llvm::Instruction Instruction
llvm::Value Value
LLVM Basic classes.
llvm::IRBuilder IRBuilder
llvm::DominatorTree DominatorTree
LLVM Dominators.
llvm::LLVMContext LLVMContext