Static Value-Flow Analysis
Loading...
Searching...
No Matches
SVF::SVFIR Member List

This is the complete list of members for SVF::SVFIR, including all inherited members.

addAddrStmt(NodeID src, NodeID dst)SVF::SVFIRprivate
addArgValNode(NodeID i, u32_t argNo, const ICFGNode *icfgNode, const FunObjVar *callGraphNode, const SVFType *type)SVF::SVFIRinlineprivate
addBinaryOPStmt(NodeID op1, NodeID op2, NodeID dst, u32_t opcode)SVF::SVFIRprivate
addBlackHoleAddrStmt(NodeID node)SVF::SVFIRprivate
addBlackholeObjNode()SVF::SVFIRinlineprivate
addBlackholePtrNode()SVF::SVFIRinlineprivate
addBranchStmt(NodeID br, NodeID cond, const BranchStmt::SuccAndCondPairVec &succs)SVF::SVFIRprivate
addCallPE(NodeID src, NodeID dst, const CallICFGNode *cs, const FunEntryICFGNode *entry)SVF::SVFIRprivate
addCallSite(const CallICFGNode *call)SVF::SVFIRinlineprivate
addCallSiteArgs(CallICFGNode *callBlockNode, const ValVar *arg)SVF::SVFIRinlineprivate
addCallSiteRets(RetICFGNode *retBlockNode, const SVFVar *arg)SVF::SVFIRinlineprivate
addCmpStmt(NodeID op1, NodeID op2, NodeID dst, u32_t predict)SVF::SVFIRprivate
addConstantAggObjNode(const NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addConstantAggValNode(const NodeID i, const ICFGNode *icfgNode, const SVFType *svfType)SVF::SVFIRinlineprivate
addConstantDataObjNode(const NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addConstantDataValNode(const NodeID i, const ICFGNode *icfgNode, const SVFType *type)SVF::SVFIRinlineprivate
addConstantFPObjNode(NodeID i, ObjTypeInfo *ti, double dval, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addConstantFPValNode(const NodeID i, double dval, const ICFGNode *icfgNode, const SVFType *type)SVF::SVFIRinlineprivate
addConstantIntObjNode(NodeID i, ObjTypeInfo *ti, const std::pair< s64_t, u64_t > &intValue, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addConstantIntValNode(NodeID i, const std::pair< s64_t, u64_t > &intValue, const ICFGNode *icfgNode, const SVFType *type)SVF::SVFIRinlineprivate
addConstantNullPtrObjNode(const NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addConstantNullPtrValNode(const NodeID i, const ICFGNode *icfgNode, const SVFType *type)SVF::SVFIRinlineprivate
addConstantObjNode()SVF::SVFIRinlineprivate
addCopyStmt(NodeID src, NodeID dst, CopyStmt::CopyKind type)SVF::SVFIRprivate
addDummyObjNode(const SVFType *type)SVF::SVFIRinline
addDummyObjNode(NodeID i, const SVFType *type)SVF::SVFIRinlineprivate
addDummyValNode()SVF::SVFIRinline
addDummyValNode(NodeID i, const ICFGNode *node)SVF::SVFIRinlineprivate
addEdge(SVFVar *src, SVFVar *dst, SVFStmt *edge)SVF::IRGraphprotected
addFIObjNode(NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addFunArgs(const FunObjVar *fun, const SVFVar *arg)SVF::SVFIRinlineprivate
addFunObjNode(NodeID id, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addFunRet(const FunObjVar *fun, const SVFVar *ret)SVF::SVFIRinlineprivate
addFunValNode(NodeID i, const ICFGNode *icfgNode, const FunObjVar *funObjVar, const SVFType *type)SVF::SVFIRinlineprivate
addGepObjNode(const BaseObjVar *baseObj, const APOffset &apOffset, const NodeID gepId)SVF::SVFIRprivate
addGepStmt(NodeID src, NodeID dst, const AccessPath &ap, bool constGep)SVF::SVFIRprivate
addGepValNode(NodeID curInst, const ValVar *base, const AccessPath &ap, NodeID i, const SVFType *type, const ICFGNode *node)SVF::SVFIRprivate
addGlobalObjNode(const NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addGlobalPAGEdge(const SVFStmt *edge)SVF::SVFIRinlineprivate
addGlobalValNode(const NodeID i, const ICFGNode *icfgNode, const SVFType *svfType)SVF::SVFIRinlineprivate
addGNode(NodeID id, NodeType *node)SVF::GenericGraph< SVFVar, SVFStmt >inline
addHeapObjNode(NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addIndirectCallsites(const CallICFGNode *cs, NodeID funPtr)SVF::SVFIRinlineprivate
addLoadStmt(NodeID src, NodeID dst)SVF::SVFIRprivate
addNode(SVFVar *node)SVF::IRGraphinlineprotected
addNormalGepStmt(NodeID src, NodeID dst, const AccessPath &ap)SVF::SVFIRprivate
addObjNode(NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addObjNode(SVFVar *node)SVF::SVFIRinlineprivate
addPhiStmt(NodeID res, NodeID opnd, const ICFGNode *pred)SVF::SVFIRprivate
addRetNode(NodeID i, const FunObjVar *callGraphNode, const SVFType *type, const ICFGNode *icn)SVF::SVFIRinlineprivate
addRetNode(const FunObjVar *, SVFVar *node)SVF::SVFIRinlineprivate
addRetPE(NodeID src, NodeID dst, const CallICFGNode *cs, const FunExitICFGNode *exit)SVF::SVFIRprivate
addSelectStmt(NodeID res, NodeID op1, NodeID op2, NodeID cond)SVF::SVFIRprivate
addStackObjNode(NodeID i, ObjTypeInfo *ti, const SVFType *type, const ICFGNode *node)SVF::SVFIRinlineprivate
addStInfo(StInfo *stInfo)SVF::IRGraphinline
addStoreStmt(NodeID src, NodeID dst, const ICFGNode *val)SVF::SVFIRprivate
addThreadForkPE(NodeID src, NodeID dst, const CallICFGNode *cs, const FunEntryICFGNode *entry)SVF::SVFIRprivate
addThreadJoinPE(NodeID src, NodeID dst, const CallICFGNode *cs, const FunExitICFGNode *exit)SVF::SVFIRprivate
addToStmt2TypeMap(SVFStmt *edge)SVF::SVFIRinlineprivate
addToSVFStmtList(ICFGNode *inst, SVFStmt *edge)SVF::SVFIRinline
addToTypeLocSetsMap(NodeID argId, SVFTypeLocSetsPair &locSets)SVF::SVFIRinline
addTypeInfo(const SVFType *ty)SVF::IRGraphinline
addUnaryOPStmt(NodeID src, NodeID dst, u32_t opcode)SVF::SVFIRprivate
addValNode(NodeID i, const SVFType *type, const ICFGNode *icfgNode)SVF::SVFIRinlineprivate
addValNode(SVFVar *node)SVF::SVFIRinlineprivate
addVarargNode(NodeID i, const FunObjVar *val, const SVFType *type, const ICFGNode *n)SVF::SVFIRinlineprivate
addVarargNode(const FunObjVar *, SVFVar *node)SVF::SVFIRinlineprivate
addVariantGepStmt(NodeID src, NodeID dst, const AccessPath &ap)SVF::SVFIRprivate
begin()SVF::GenericGraph< SVFVar, SVFStmt >inline
begin() constSVF::GenericGraph< SVFVar, SVFStmt >inline
BlackHole enum valueSVF::IRGraph
blackholeSymID() constSVF::IRGraphinline
BlkPtr enum valueSVF::IRGraph
blkPtrSymID() constSVF::IRGraphinline
BVDataPTAImplSVF::SVFIRfriend
callGraphSVF::SVFIRprivate
callSiteArgsListMapSVF::SVFIRprivate
callsiteHasRet(const RetICFGNode *cs) constSVF::SVFIRinline
callSiteRetMapSVF::SVFIRprivate
callSiteSetSVF::SVFIRprivate
CallSiteSet typedefSVF::SVFIR
CallSiteToFunPtrMap typedefSVF::SVFIR
candidatePointersSVF::SVFIRprivate
chgraphSVF::SVFIRprivate
const_iterator typedefSVF::GenericGraph< SVFVar, SVFStmt >
ConstantObj enum valueSVF::IRGraph
constantSymID() constSVF::IRGraphinline
createDummyObjTypeInfo(NodeID symId, const SVFType *type)SVF::IRGraph
createObjTypeInfo(const SVFType *type)SVF::IRGraph
CSToArgsListMap typedefSVF::SVFIR
CSToRetMap typedefSVF::SVFIR
destorySymTable()SVF::IRGraphprivate
destroy()SVF::SVFIRprivate
dump(std::string name)SVF::IRGraph
dumpSymTable()SVF::IRGraph
edgeNumSVF::GenericGraph< SVFVar, SVFStmt >
EdgeType typedefSVF::GenericGraph< SVFVar, SVFStmt >
end()SVF::GenericGraph< SVFVar, SVFStmt >inline
end() constSVF::GenericGraph< SVFVar, SVFStmt >inline
ExternalPAGSVF::SVFIRfriend
fromFileSVF::IRGraphprotected
funArgsListMapSVF::SVFIRprivate
funHasRet(const FunObjVar *func) constSVF::SVFIRinline
FunObjVarToIDMapTy typedefSVF::IRGraph
funPtrToCallSitesMapSVF::SVFIRprivate
FunPtrToCallSitesMap typedefSVF::SVFIR
funRetMapSVF::SVFIRprivate
FunToArgsListMap typedefSVF::SVFIR
FunToPAGEdgeSetMap typedefSVF::SVFIR
FunToRetMap typedefSVF::SVFIR
GenericGraph()SVF::GenericGraph< SVFVar, SVFStmt >inline
GepObjVarMapSVF::SVFIRprivate
GepValObjMapSVF::SVFIRprivate
GepValueVarMap typedefSVF::SVFIR
getAllFieldsObjVars(const BaseObjVar *obj)SVF::SVFIR
getAllFieldsObjVars(NodeID id)SVF::SVFIR
getAllValidPtrs()SVF::SVFIRinline
getBaseObject(NodeID id) constSVF::SVFIRinline
getBaseObjVar(NodeID id) constSVF::SVFIRinline
getBaseValVar(NodeID id) constSVF::SVFIRinline
getBlackHoleNode() constSVF::IRGraphinline
getBlkPtr() constSVF::IRGraphinline
getCallGraph()SVF::SVFIRinline
getCallSiteArgsList(const CallICFGNode *cs) constSVF::SVFIRinline
getCallSiteArgsMap()SVF::SVFIRinline
getCallSiteRet(const RetICFGNode *cs) constSVF::SVFIRinline
getCallSiteRets()SVF::SVFIRinline
getCallSiteSet() constSVF::SVFIRinline
getCHG()SVF::SVFIRinline
getConstantNode() constSVF::IRGraphinline
getFieldObjNodeNum() constSVF::SVFIRinline
getFieldsAfterCollapse(NodeID id)SVF::SVFIR
getFieldValNodeNum() constSVF::SVFIRinline
getFIObjVar(const BaseObjVar *obj) constSVF::SVFIRinline
getFIObjVar(NodeID id) constSVF::SVFIRinline
getFlattenedElemIdx(const SVFType *T, u32_t origId)SVF::IRGraph
getFlattenFieldTypes(const SVFStructType *T)SVF::IRGraphprotected
getFlatternedElemType(const SVFType *baseType, u32_t flatten_idx)SVF::IRGraph
getFunArgsList(const FunObjVar *func) constSVF::SVFIRinline
getFunArgsMap()SVF::SVFIRinline
getFunObjVar(const std::string &name)SVF::SVFIR
getFunPtr(const CallICFGNode *cs) constSVF::SVFIRinline
getFunRet(const FunObjVar *func) constSVF::SVFIRinline
getFunRets()SVF::SVFIRinline
getGepObjNodeMap()SVF::SVFIRinline
getGepObjVar(const BaseObjVar *baseObj, const APOffset &ap)SVF::SVFIR
getGepObjVar(NodeID id, const APOffset &ap)SVF::SVFIR
getGepValVar(NodeID curInst, NodeID base, const AccessPath &ap) constSVF::SVFIR
getGlobalSVFStmtSet()SVF::SVFIRinline
getGNode(NodeID id) constSVF::GenericGraph< SVFVar, SVFStmt >inline
getGraphName() constSVF::IRGraphinline
getICFG() constSVF::SVFIRinline
getIndCallSites(NodeID funPtr) constSVF::SVFIRinline
getIndirectCallsites() constSVF::SVFIRinline
getIntraPAGEdge(NodeID src, NodeID dst, SVFStmt::PEDGEK kind)SVF::SVFIRinline
getIntraPAGEdge(SVFVar *src, SVFVar *dst, SVFStmt::PEDGEK kind)SVF::SVFIRinline
getMaxStructSize() constSVF::IRGraphinline
getMemToFieldsMap()SVF::SVFIRinline
getModuleIdentifier() constSVF::SVFIRinline
getModulusOffset(const BaseObjVar *baseObj, const APOffset &apOffset)SVF::IRGraphvirtual
getNodeNumAfterPAGBuild() constSVF::IRGraphinline
getNullPtr() constSVF::IRGraphinline
getNumOfFlattenElements(const SVFType *T)SVF::IRGraph
getObjectNodeNum()SVF::IRGraph
getObjTypeInfo(NodeID id) constSVF::IRGraphinline
getOriginalElemType(const SVFType *baseType, u32_t origId) constSVF::IRGraph
getPAG(bool buildFromFile=false)SVF::SVFIRinlinestatic
getPAGEdgeNum() constSVF::IRGraphinline
getPAGNodeNum() constSVF::IRGraphinline
getPTAPAGEdgeNum() constSVF::IRGraphinline
getPTASVFStmtList(const ICFGNode *inst)SVF::SVFIRinline
getPTASVFStmtSet(SVFStmt::PEDGEK kind)SVF::SVFIRinline
getReturnNode(const FunObjVar *func) constSVF::IRGraph
getStInfos() constSVF::IRGraphinline
getSVFStmtList(const ICFGNode *inst)SVF::SVFIRinline
getSVFStmtSet(SVFStmt::PEDGEK kind)SVF::SVFIRinline
getSVFTypes() constSVF::IRGraphinline
getTotalEdgeNum() constSVF::GenericGraph< SVFVar, SVFStmt >inline
getTotalNodeNum() constSVF::GenericGraph< SVFVar, SVFStmt >inline
getTotalSymNum() constSVF::IRGraphinline
getTypeInfo(const SVFType *T) constSVF::IRGraph
getTypeLocSetsMap(NodeID argId)SVF::SVFIRinline
getValueNodeNum()SVF::IRGraph
getVarargNode(const FunObjVar *func) constSVF::IRGraph
globSVFStmtSetSVF::SVFIRprivate
handleBlackHole(bool b)SVF::SVFIRstatic
hasCallSiteArgsMap(const CallICFGNode *cs) constSVF::SVFIRinline
hasFunArgsList(const FunObjVar *func) constSVF::SVFIRinline
hasGNode(NodeID id) constSVF::GenericGraph< SVFVar, SVFStmt >inline
hasLabeledEdge(SVFVar *src, SVFVar *dst, SVFStmt::PEDGEK kind, const ICFGNode *cs)SVF::IRGraphprotected
hasLabeledEdge(SVFVar *src, SVFVar *op1, SVFStmt::PEDGEK kind, const SVFVar *op2)SVF::IRGraphprotected
hasNonlabeledEdge(SVFVar *src, SVFVar *dst, SVFStmt::PEDGEK kind)SVF::IRGraphprotected
hasPTASVFStmtList(const ICFGNode *inst) constSVF::SVFIRinline
hasSVFStmtList(const ICFGNode *inst) constSVF::SVFIRinline
hasSVFTypeInfo(const SVFType *T)SVF::IRGraphinline
icfgSVF::SVFIRprivate
icfgNode2PTASVFStmtsMapSVF::SVFIRprivate
ICFGNode2SVFStmtsMap typedefSVF::SVFIR
icfgNode2SVFStmtsMapSVF::SVFIRprivate
IDToNodeMapSVF::GenericGraph< SVFVar, SVFStmt >protected
IDToNodeMapTy typedefSVF::GenericGraph< SVFVar, SVFStmt >
idToObjTypeInfoMap()SVF::IRGraphinline
idToObjTypeInfoMap() constSVF::IRGraphinline
IDToTypeInfoMapTy typedefSVF::IRGraph
incEdgeNum()SVF::GenericGraph< SVFVar, SVFStmt >inline
incNodeNum()SVF::GenericGraph< SVFVar, SVFStmt >inline
indCallSiteToFunPtrMapSVF::SVFIRprivate
initialiseCandidatePointers()SVF::SVFIR
IRGraph(bool buildFromFile)SVF::IRGraphinline
isBlkObj(NodeID id)SVF::IRGraphinlinestatic
isBlkObjOrConstantObj(NodeID id) constSVF::SVFIRinline
SVF::IRGraph::isBlkObjOrConstantObj(NodeID id)SVF::IRGraphinlinestatic
isBlkPtr(NodeID id)SVF::IRGraphinlinestatic
isBuiltFromFile()SVF::IRGraphinline
isConstantObj(NodeID id) constSVF::SVFIRinline
isConstantSym(NodeID id)SVF::IRGraphinlinestatic
isFunPtr(NodeID id) constSVF::SVFIRinline
isIndirectCallSites(const CallICFGNode *cs) constSVF::SVFIRinline
isNullPtr(NodeID id)SVF::IRGraphinlinestatic
isPhiNode(const SVFVar *node) constSVF::SVFIRinline
isValidPointer(NodeID nodeId) constSVF::SVFIR
isValidTopLevelPtr(const SVFVar *node)SVF::SVFIR
iterator typedefSVF::GenericGraph< SVFVar, SVFStmt >
KindToPTASVFStmtSetMapSVF::IRGraphprotected
KindToSVFStmtSetMapSVF::IRGraphprotected
maxStructSVF::IRGraph
maxStSizeSVF::IRGraph
MemObjToFieldsMap typedefSVF::SVFIR
memToFieldsMapSVF::SVFIRprivate
moduleIdentifierSVF::SVFIRprivate
NodeAccessPath typedefSVF::SVFIR
NodeAccessPathMap typedefSVF::SVFIR
nodeNumSVF::GenericGraph< SVFVar, SVFStmt >
nodeNumAfterPAGBuildSVF::IRGraphprotected
NodeOffset typedefSVF::SVFIR
NodeOffsetMap typedefSVF::SVFIR
NodePairSetMap typedefSVF::SVFIR
NodeToNodeMap typedefSVF::SVFIR
NodeType typedefSVF::GenericGraph< SVFVar, SVFStmt >
NullPtr enum valueSVF::IRGraph
nullPtrSymID() constSVF::IRGraphinline
ObjSymbol enum valueSVF::IRGraph
objTypeInfoMapSVF::IRGraphprivate
objVarNumSVF::IRGraphprotected
pagSVF::SVFIRprivatestatic
PAGBuilderFromFileSVF::SVFIRfriend
pagFileName()SVF::SVFIRinlinestatic
pagReadFromTXT()SVF::SVFIRinlinestatic
pagReadFromTxtSVF::SVFIRprivatestatic
PHINodeMap typedefSVF::SVFIR
phiNodeMapSVF::SVFIRprivate
print()SVF::SVFIR
printFlattenFields(const SVFType *type)SVF::IRGraph
releaseSVFIR()SVF::SVFIRinlinestatic
removeGNode(NodeType *node)SVF::GenericGraph< SVFVar, SVFStmt >inline
retFunObjSyms()SVF::IRGraphinline
RetSymbol enum valueSVF::IRGraph
returnFunObjSymMapSVF::IRGraphprivate
setCallGraph(CallGraph *c)SVF::SVFIRinline
setCHG(CommonCHGraph *c)SVF::SVFIRinline
setICFG(ICFG *i)SVF::SVFIRinline
setModuleIdentifier(const std::string &moduleIdentifier)SVF::SVFIRinline
setNodeNumAfterPAGBuild(u32_t num)SVF::IRGraphinline
setPagFromTXT(const std::string &txt)SVF::SVFIRinlinestatic
stInfosSVF::IRGraphprivate
SVFIR(bool buildFromFile)SVF::SVFIRprivate
SVFIRBuilderSVF::SVFIRfriend
SVFIRReaderSVF::SVFIRfriend
SVFIRWriterSVF::SVFIRfriend
SVFStmtList typedefSVF::SVFIR
SVFStmtSet typedefSVF::IRGraph
SVFTypeLocSetsPair typedefSVF::SVFIR
svfTypesSVF::IRGraphprivate
SVFTypeSet typedefSVF::IRGraph
SVFVarList typedefSVF::SVFIR
SYMTYPE enum nameSVF::IRGraph
totalPTAPAGEdgeSVF::IRGraphprotected
totalSymNumSVF::IRGraphprivate
TypeBasedHeapCloningSVF::SVFIRfriend
typeLocSetsMapSVF::SVFIRprivate
TypeLocSetsMap typedefSVF::SVFIR
ValSymbol enum valueSVF::IRGraph
valVarNumSVF::IRGraphprotected
varargFunObjSymMapSVF::IRGraphprivate
varargFunObjSyms()SVF::IRGraphinline
VarargSymbol enum valueSVF::IRGraph
view()SVF::IRGraph
~GenericGraph()SVF::GenericGraph< SVFVar, SVFStmt >inlinevirtual
~IRGraph()SVF::IRGraphvirtual
~SVFIR()SVF::SVFIRinlinevirtual