Static Value-Flow Analysis
|
for isBitcode More...
Namespaces | |
namespace | cppUtil |
namespace | DOT |
namespace | GraphProgram |
namespace | LLVMUtil |
namespace | SVFUtil |
Enumerations | |
enum class | BuildDirection { plain , bidirection } |
enum | ModRefInfo { ModRef , Ref , Mod , NoModRef } |
enum | AliasResult { NoAlias , MayAlias , MustAlias , PartialAlias } |
enum | ZeroBehavior { ZB_Undefined , ZB_Max , ZB_Width } |
The behavior an operation has on an input of 0. More... | |
for isBitcode
For a more detailed explanation of how External APIs are handled in SVF, please refer to the SVF Wiki: https://github.com/SVF-tools/SVF/wiki/Handling-External-APIs-with-extapi.c.
Contains abstract classes for: PTData: basic points-to data structure derived by all others. DiffPTData: PTData which only propagates new changes, not entire points-to sets. DFPTData: flow-sensitive PTData as defined by Hardekopf and Lin (CGO '11).
Hierarchy (square brackets indicate abstract class):
+------------> [PTData] <----------------+---------------------+ | ^ | | | | | |
MutablePTData [DiffPTData] [DFPTData] [VersionedPTData] ^ ^ ^ | | | MutableDiffPTData MutableDFPTData MutableVersionedPTData ^ | MutableIncDFPTData
PTData (AbstractPointsToDS.h) implementations with a mutable backend. Each Key is given a points-to set which is itself updated till the analysis terminates.
PTData (AbstractPointsToDS.h) implementations with a persistent backend. Each Key is given a cheap points-to ID which refers to some real points-to set.
GraphTraits specialization for constraint graph
GraphTraits specialization
typedef llvm::AllocaInst SVF::AllocaInst |
Definition at line 150 of file BasicTypes.h.
Definition at line 60 of file GeneralType.h.
typedef llvm::Argument SVF::Argument |
Definition at line 145 of file BasicTypes.h.
typedef llvm::ArrayType SVF::ArrayType |
Definition at line 95 of file BasicTypes.h.
typedef llvm::AtomicCmpXchgInst SVF::AtomicCmpXchgInst |
Definition at line 151 of file BasicTypes.h.
typedef llvm::AtomicRMWInst SVF::AtomicRMWInst |
Definition at line 152 of file BasicTypes.h.
typedef llvm::BasicBlock SVF::BasicBlock |
Definition at line 86 of file BasicTypes.h.
typedef llvm::BinaryOperator SVF::BinaryOperator |
Definition at line 179 of file BasicTypes.h.
typedef llvm::BitCastInst SVF::BitCastInst |
Definition at line 153 of file BasicTypes.h.
typedef llvm::BlockAddress SVF::BlockAddress |
Definition at line 91 of file BasicTypes.h.
typedef llvm::BranchInst SVF::BranchInst |
Definition at line 154 of file BasicTypes.h.
Definition at line 252 of file BasicTypes.h.
typedef llvm::CallBase SVF::CallBase |
Definition at line 146 of file BasicTypes.h.
typedef llvm::CallBrInst SVF::CallBrInst |
Definition at line 156 of file BasicTypes.h.
typedef llvm::CallInst SVF::CallInst |
Definition at line 147 of file BasicTypes.h.
Definition at line 58 of file GeneralType.h.
typedef std::vector<u32_t> SVF::CallStrCxt |
Definition at line 122 of file GeneralType.h.
typedef llvm::CastInst SVF::CastInst |
Definition at line 158 of file BasicTypes.h.
Definition at line 49 of file SrcSnkDDA.h.
Definition at line 930 of file SVFFileSystem.h.
Definition at line 342 of file SVFFileSystem.h.
typedef llvm::CmpInst SVF::CmpInst |
Definition at line 159 of file BasicTypes.h.
typedef llvm::const_inst_iterator SVF::const_inst_iterator |
Definition at line 250 of file BasicTypes.h.
typedef llvm::const_pred_iterator SVF::const_pred_iterator |
Definition at line 254 of file BasicTypes.h.
typedef llvm::Constant SVF::Constant |
Definition at line 124 of file BasicTypes.h.
typedef llvm::ConstantAggregate SVF::ConstantAggregate |
Definition at line 117 of file BasicTypes.h.
typedef llvm::ConstantAggregateZero SVF::ConstantAggregateZero |
Definition at line 118 of file BasicTypes.h.
typedef llvm::ConstantArray SVF::ConstantArray |
Definition at line 123 of file BasicTypes.h.
typedef llvm::ConstantData SVF::ConstantData |
Definition at line 116 of file BasicTypes.h.
typedef llvm::ConstantDataArray SVF::ConstantDataArray |
Definition at line 121 of file BasicTypes.h.
typedef llvm::ConstantDataSequential SVF::ConstantDataSequential |
Definition at line 119 of file BasicTypes.h.
typedef llvm::ConstantExpr SVF::ConstantExpr |
Definition at line 120 of file BasicTypes.h.
typedef llvm::ConstantFP SVF::ConstantFP |
Definition at line 126 of file BasicTypes.h.
typedef llvm::ConstantInt SVF::ConstantInt |
Definition at line 125 of file BasicTypes.h.
typedef llvm::ConstantPointerNull SVF::ConstantPointerNull |
Definition at line 127 of file BasicTypes.h.
typedef llvm::ConstantStruct SVF::ConstantStruct |
Definition at line 106 of file BasicTypes.h.
Definition at line 49 of file ContextDDA.h.
typedef llvm::DataLayout SVF::DataLayout |
Definition at line 108 of file BasicTypes.h.
typedef llvm::DebugInfoFinder SVF::DebugInfoFinder |
Definition at line 239 of file BasicTypes.h.
typedef llvm::DIBasicType SVF::DIBasicType |
Definition at line 241 of file BasicTypes.h.
typedef llvm::DICompositeType SVF::DICompositeType |
Definition at line 237 of file BasicTypes.h.
typedef llvm::DIDerivedType SVF::DIDerivedType |
Definition at line 238 of file BasicTypes.h.
typedef llvm::DINode SVF::DINode |
Definition at line 243 of file BasicTypes.h.
typedef llvm::DINodeArray SVF::DINodeArray |
Definition at line 244 of file BasicTypes.h.
typedef llvm::DISubprogram SVF::DISubprogram |
Definition at line 113 of file BasicTypes.h.
typedef llvm::DISubrange SVF::DISubrange |
Definition at line 242 of file BasicTypes.h.
typedef llvm::DISubroutineType SVF::DISubroutineType |
Definition at line 240 of file BasicTypes.h.
typedef llvm::DIType SVF::DIType |
Definition at line 236 of file BasicTypes.h.
typedef llvm::DITypeRefArray SVF::DITypeRefArray |
Definition at line 245 of file BasicTypes.h.
typedef llvm::DominanceFrontier SVF::DominanceFrontier |
Definition at line 135 of file BasicTypes.h.
typedef llvm::DominanceFrontierBase<llvm::BasicBlock, false> SVF::DominanceFrontierBase |
Definition at line 137 of file BasicTypes.h.
typedef llvm::DominatorTree SVF::DominatorTree |
LLVM Dominators.
Definition at line 133 of file BasicTypes.h.
typedef llvm::DomTreeNode SVF::DomTreeNode |
Definition at line 134 of file BasicTypes.h.
Definition at line 56 of file GeneralType.h.
Definition at line 121 of file GeneralType.h.
typedef std::vector<EdgeID> SVF::EdgeVector |
Definition at line 117 of file GeneralType.h.
typedef llvm::ExtractElementInst SVF::ExtractElementInst |
Definition at line 161 of file BasicTypes.h.
typedef llvm::ExtractValueInst SVF::ExtractValueInst |
Definition at line 160 of file BasicTypes.h.
typedef llvm::FenceInst SVF::FenceInst |
Definition at line 168 of file BasicTypes.h.
typedef llvm::FreezeInst SVF::FreezeInst |
Definition at line 169 of file BasicTypes.h.
typedef llvm::Function SVF::Function |
Definition at line 85 of file BasicTypes.h.
typedef llvm::FunctionType SVF::FunctionType |
Definition at line 98 of file BasicTypes.h.
Definition at line 50 of file CallGraph.h.
Definition at line 113 of file CallGraph.h.
Pointer Analysis Call Graph used internally for various pointer analysis
Definition at line 170 of file CallGraph.h.
Definition at line 44 of file CFLGraph.h.
Edge-labeled graph for CFL Reachability analysis.
Definition at line 171 of file CFLGraph.h.
Definition at line 74 of file CFLGraph.h.
Self-defined edge for constraint resolution including add/remove/re-target, but all the operations do not affect original SVFIR Edges
Definition at line 47 of file ConsGEdge.h.
Constraint node
Definition at line 39 of file ConsGNode.h.
Interprocedural control-flow and value-flow edge, representing the control- and value-flow dependence between two nodes
Definition at line 43 of file ICFGEdge.h.
Interprocedural control-flow graph node, representing different kinds of program statements including top-level pointers (ValVar) and address-taken objects (ObjVar)
Definition at line 52 of file ICFGNode.h.
Definition at line 929 of file SVFFileSystem.h.
Definition at line 323 of file SVFFileSystem.h.
Definition at line 50 of file SVFStatements.h.
Definition at line 44 of file SVFVariables.h.
Definition at line 51 of file PTACallGraph.h.
Definition at line 174 of file PTACallGraph.h.
Pointer Analysis Call Graph used internally for various pointer analysis
Definition at line 235 of file PTACallGraph.h.
typedef llvm::gep_type_iterator SVF::gep_type_iterator |
Definition at line 251 of file BasicTypes.h.
typedef llvm::GEPOperator SVF::GEPOperator |
Definition at line 182 of file BasicTypes.h.
typedef llvm::GetElementPtrInst SVF::GetElementPtrInst |
Definition at line 162 of file BasicTypes.h.
typedef llvm::GlobalAlias SVF::GlobalAlias |
Definition at line 128 of file BasicTypes.h.
typedef llvm::GlobalIFunc SVF::GlobalIFunc |
Definition at line 129 of file BasicTypes.h.
typedef llvm::GlobalObject SVF::GlobalObject |
Definition at line 71 of file BasicTypes.h.
typedef llvm::GlobalValue SVF::GlobalValue |
Definition at line 88 of file BasicTypes.h.
typedef llvm::GlobalVariable SVF::GlobalVariable |
Definition at line 130 of file BasicTypes.h.
LLVM Aliases and constants.
Definition at line 41 of file SVFValue.h.
typedef llvm::InsertElementInst SVF::InsertElementInst |
Definition at line 171 of file BasicTypes.h.
typedef llvm::InsertValueInst SVF::InsertValueInst |
Definition at line 167 of file BasicTypes.h.
typedef llvm::inst_iterator SVF::inst_iterator |
Definition at line 249 of file BasicTypes.h.
typedef llvm::Instruction SVF::Instruction |
Definition at line 87 of file BasicTypes.h.
typedef llvm::IntegerType SVF::IntegerType |
Definition at line 97 of file BasicTypes.h.
typedef llvm::IntToPtrInst SVF::IntToPtrInst |
Definition at line 166 of file BasicTypes.h.
typedef llvm::InvokeInst SVF::InvokeInst |
Definition at line 163 of file BasicTypes.h.
typedef llvm::IRBuilder SVF::IRBuilder |
Definition at line 74 of file BasicTypes.h.
Definition at line 931 of file SVFFileSystem.h.
Definition at line 341 of file SVFFileSystem.h.
Definition at line 677 of file SVFFileSystem.h.
Definition at line 41 of file CFLSolver.h.
typedef llvm::LandingPadInst SVF::LandingPadInst |
Definition at line 172 of file BasicTypes.h.
typedef llvm::LLVMContext SVF::LLVMContext |
Definition at line 70 of file BasicTypes.h.
typedef llvm::LoadInst SVF::LoadInst |
Definition at line 149 of file BasicTypes.h.
LLVM Loop.
Definition at line 140 of file BasicTypes.h.
typedef llvm::LoopInfo SVF::LoopInfo |
Definition at line 141 of file BasicTypes.h.
using SVF::Map = typedef std::unordered_map<Key, Value, Hash, KeyEqual, Allocator> |
Definition at line 101 of file GeneralType.h.
typedef llvm::MDNode SVF::MDNode |
Definition at line 112 of file BasicTypes.h.
typedef llvm::MDString SVF::MDString |
Definition at line 101 of file BasicTypes.h.
typedef llvm::MemoryLocation SVF::MemoryLocation |
Definition at line 107 of file BasicTypes.h.
typedef llvm::MetadataAsValue SVF::MetadataAsValue |
Definition at line 102 of file BasicTypes.h.
typedef llvm::Module SVF::Module |
Definition at line 84 of file BasicTypes.h.
typedef llvm::ModulePass SVF::ModulePass |
Definition at line 73 of file BasicTypes.h.
Definition at line 50 of file MemRegion.h.
Definition at line 51 of file MemRegion.h.
Definition at line 52 of file MemRegion.h.
typedef llvm::NamedMDNode SVF::NamedMDNode |
LLVM metadata and debug information.
Definition at line 111 of file BasicTypes.h.
Definition at line 62 of file GeneralType.h.
typedef std::deque<NodeID> SVF::NodeDeque |
Definition at line 120 of file GeneralType.h.
Definition at line 55 of file GeneralType.h.
typedef std::list<NodeID> SVF::NodeList |
Definition at line 119 of file GeneralType.h.
typedef std::pair<NodeID, NodeID> SVF::NodePair |
Definition at line 111 of file GeneralType.h.
Definition at line 115 of file GeneralType.h.
Definition at line 114 of file GeneralType.h.
typedef std::vector<std::pair<NodeID, NodeID> > SVF::NodePairVector |
Definition at line 113 of file GeneralType.h.
typedef std::stack<NodeID> SVF::NodeStack |
Definition at line 118 of file GeneralType.h.
typedef std::vector<NodeID> SVF::NodeVector |
Definition at line 116 of file GeneralType.h.
using SVF::OrderedMap = typedef std::map<Key, Value, Compare, Allocator> |
Definition at line 109 of file GeneralType.h.
Definition at line 112 of file GeneralType.h.
using SVF::OrderedSet = typedef std::set<Key, Compare, Allocator> |
Definition at line 105 of file GeneralType.h.
typedef std::ostream SVF::OutStream |
Definition at line 45 of file GeneralType.h.
typedef llvm::PHINode SVF::PHINode |
Definition at line 165 of file BasicTypes.h.
typedef llvm::PointerType SVF::PointerType |
Definition at line 96 of file BasicTypes.h.
Definition at line 63 of file GeneralType.h.
typedef llvm::PostDominatorTree SVF::PostDominatorTree |
Definition at line 136 of file BasicTypes.h.
typedef llvm::raw_fd_ostream SVF::raw_fd_ostream |
LLVM outputs.
Definition at line 264 of file BasicTypes.h.
using SVF::raw_pointer_iterator = typedef pointer_iterator<pointee_iter<WrappedIteratorT, T1>, T2> |
Definition at line 402 of file iterator.h.
typedef llvm::ResumeInst SVF::ResumeInst |
Definition at line 173 of file BasicTypes.h.
typedef llvm::ReturnInst SVF::ReturnInst |
Definition at line 157 of file BasicTypes.h.
Definition at line 53 of file GeneralType.h.
Definition at line 47 of file GeneralType.h.
Definition at line 49 of file GeneralType.h.
typedef llvm::ScalarEvolution SVF::ScalarEvolution |
Definition at line 260 of file BasicTypes.h.
typedef llvm::ScalarEvolutionWrapperPass SVF::ScalarEvolutionWrapperPass |
Definition at line 257 of file BasicTypes.h.
Definition at line 261 of file BasicTypes.h.
typedef llvm::SCEVAddRecExpr SVF::SCEVAddRecExpr |
Definition at line 258 of file BasicTypes.h.
typedef llvm::SCEVConstant SVF::SCEVConstant |
Definition at line 259 of file BasicTypes.h.
typedef llvm::SelectInst SVF::SelectInst |
Definition at line 174 of file BasicTypes.h.
using SVF::Set = typedef std::unordered_set<Key, Hash, KeyEqual, Allocator> |
Definition at line 96 of file GeneralType.h.
typedef llvm::ShuffleVectorInst SVF::ShuffleVectorInst |
Definition at line 164 of file BasicTypes.h.
typedef llvm::SMDiagnostic SVF::SMDiagnostic |
Definition at line 90 of file BasicTypes.h.
typedef llvm::StoreInst SVF::StoreInst |
Definition at line 148 of file BasicTypes.h.
typedef llvm::StructLayout SVF::StructLayout |
Definition at line 105 of file BasicTypes.h.
typedef llvm::StructType SVF::StructType |
LLVM types.
Definition at line 94 of file BasicTypes.h.
typedef llvm::succ_const_iterator SVF::succ_const_iterator |
LLVM Iterators.
Definition at line 276 of file BasicTypes.h.
typedef std::pair<const BasicBlock*, const ConstantInt*> SVF::SuccBBAndCondValPair |
Definition at line 185 of file BasicTypes.h.
typedef std::vector<SuccBBAndCondValPair> SVF::SuccBBAndCondValPairVec |
Definition at line 186 of file BasicTypes.h.
typedef llvm::SwitchInst SVF::SwitchInst |
Definition at line 155 of file BasicTypes.h.
Definition at line 57 of file GeneralType.h.
Definition at line 59 of file GeneralType.h.
Definition at line 83 of file BasicTypes.h.
Definition at line 52 of file GeneralType.h.
Definition at line 46 of file GeneralType.h.
Definition at line 48 of file GeneralType.h.
typedef llvm::UnaryOperator SVF::UnaryOperator |
Definition at line 180 of file BasicTypes.h.
typedef llvm::UndefValue SVF::UndefValue |
Definition at line 181 of file BasicTypes.h.
typedef llvm::UnifyFunctionExitNodes SVF::UnifyFunctionExitNodes |
Definition at line 78 of file BasicTypes.h.
typedef llvm::UnreachableInst SVF::UnreachableInst |
Definition at line 170 of file BasicTypes.h.
Definition at line 72 of file BasicTypes.h.
Definition at line 142 of file BasicTypes.h.
typedef llvm::VAArgInst SVF::VAArgInst |
Definition at line 175 of file BasicTypes.h.
typedef llvm::VACopyInst SVF::VACopyInst |
Definition at line 176 of file BasicTypes.h.
typedef llvm::VAEndInst SVF::VAEndInst |
Definition at line 177 of file BasicTypes.h.
typedef llvm::Value SVF::Value |
LLVM Basic classes.
Definition at line 82 of file BasicTypes.h.
typedef llvm::VAStartInst SVF::VAStartInst |
Definition at line 178 of file BasicTypes.h.
typedef llvm::VectorType SVF::VectorType |
Definition at line 267 of file BasicTypes.h.
Definition at line 123 of file GeneralType.h.
typedef std::pair<NodeID, Version> SVF::VersionedVar |
Definition at line 125 of file GeneralType.h.
Definition at line 126 of file GeneralType.h.
Definition at line 124 of file GeneralType.h.
Abstract class of inclusion-based Pointer Analysis
Equivalence-based Pointer Analysis
Definition at line 55 of file Andersen.h.
Flow sensitive whole program pointer analysis
Definition at line 48 of file FlowSensitive.h.
|
strong |
Enumerator | |
---|---|
plain | |
bidirection |
Definition at line 40 of file CFLGraphBuilder.h.
The behavior an operation has on an input of 0.
Enumerator | |
---|---|
ZB_Undefined | The returned value is undefined. |
ZB_Max | The returned value is numeric_limits<T>::max() |
ZB_Width | The returned value is numeric_limits<T>::digits. |
Definition at line 36 of file SparseBitVector.h.
SVF::__attribute__ | ( | (weak) | ) |
Definition at line 10 of file SVFType.cpp.
iter_range< typename GenericGraphTraits< GraphType >::ChildIteratorType > SVF::children | ( | const typename GenericGraphTraits< GraphType >::NodeRef & | G | ) |
Definition at line 126 of file GraphTraits.h.
iter_range< typename GenericGraphTraits< GraphType >::ChildEdgeIteratorType > SVF::children_edges | ( | const typename GenericGraphTraits< GraphType >::NodeRef & | G | ) |
Definition at line 142 of file GraphTraits.h.
Count number of 0's from the most significant bit to the least stopping at the first 1.
Only unsigned integral types are allowed.
ZB | the behavior on an input of 0. Only ZB_Width and ZB_Undefined are valid arguments. |
Definition at line 211 of file SparseBitVector.h.
Count the number of set bits in a value. Ex. countPopulation(0xF000F000) = 8 Returns 0 if the word is zero.
Definition at line 239 of file SparseBitVector.h.
Count number of 0's from the least significant bit to the most stopping at the first 1.
Only unsigned integral types are allowed.
ZB | the behavior on an input of 0. Only ZB_Width and ZB_Undefined are valid arguments. |
Definition at line 119 of file SparseBitVector.h.
SVFType * SVF::createSVFType | ( | SVFType::GNodeK | kind, |
bool | isSingleValTy | ||
) |
Definition at line 17 of file SVFFileSystem.cpp.
|
static |
Definition at line 45 of file SVFFileSystem.cpp.
void SVF::dump | ( | const SparseBitVector< ElementSize > & | LHS, |
std::ostream & | out | ||
) |
Definition at line 1233 of file SparseBitVector.h.
iter_range< typename GenericGraphTraits< Inverse< GraphType > >::ChildIteratorType > SVF::inverse_children | ( | const typename GenericGraphTraits< GraphType >::NodeRef & | G | ) |
Definition at line 134 of file GraphTraits.h.
iter_range< typename GenericGraphTraits< Inverse< GraphType > >::nodes_iterator > SVF::inverse_nodes | ( | const GraphType & | G | ) |
Definition at line 118 of file GraphTraits.h.
Definition at line 936 of file SVFFileSystem.cpp.
Definition at line 930 of file SVFFileSystem.cpp.
Helper function to write a number to a JSON object.
Definition at line 779 of file SVFFileSystem.cpp.
Definition at line 921 of file SVFFileSystem.cpp.
Definition at line 785 of file SVFFileSystem.cpp.
Definition at line 791 of file SVFFileSystem.cpp.
cJSON * SVF::jsonCreateArray | ( | ) |
Definition at line 886 of file SVFFileSystem.cpp.
Definition at line 910 of file SVFFileSystem.cpp.
Definition at line 902 of file SVFFileSystem.cpp.
cJSON * SVF::jsonCreateMap | ( | ) |
Definition at line 891 of file SVFFileSystem.cpp.
cJSON * SVF::jsonCreateNullId | ( | ) |
Definition at line 875 of file SVFFileSystem.cpp.
Definition at line 916 of file SVFFileSystem.cpp.
cJSON * SVF::jsonCreateObject | ( | ) |
Definition at line 881 of file SVFFileSystem.cpp.
Definition at line 897 of file SVFFileSystem.cpp.
Definition at line 869 of file SVFFileSystem.cpp.
Definition at line 838 of file SVFFileSystem.cpp.
Definition at line 796 of file SVFFileSystem.cpp.
Definition at line 804 of file SVFFileSystem.cpp.
Definition at line 843 of file SVFFileSystem.cpp.
Definition at line 832 of file SVFFileSystem.cpp.
Definition at line 822 of file SVFFileSystem.cpp.
Definition at line 848 of file SVFFileSystem.cpp.
Definition at line 827 of file SVFFileSystem.cpp.
Definition at line 853 of file SVFFileSystem.cpp.
Definition at line 858 of file SVFFileSystem.cpp.
SVF::KIND_BASE | ( | CHEdge | , |
getEdgeKind | |||
) |
SVF::KIND_BASE | ( | CHNode | , |
getNodeKind | |||
) |
SVF::KIND_BASE | ( | ICFGEdge | , |
getEdgeKind | |||
) |
SVF::KIND_BASE | ( | ICFGNode | , |
getNodeKind | |||
) |
SVF::KIND_BASE | ( | SVFStmt | , |
getEdgeKind | |||
) |
SVF::KIND_BASE | ( | SVFType | , |
getKind | |||
) |
SVF::KIND_BASE | ( | SVFValue | , |
getKind | |||
) |
SVF::KIND_BASE | ( | SVFVar | , |
getNodeKind | |||
) |
iter_range< pointee_iter< WrappedIteratorT > > SVF::make_pointee_range | ( | RangeT && | Range | ) |
Definition at line 355 of file iterator.h.
iter_range< pointer_iterator< WrappedIteratorT > > SVF::make_pointer_range | ( | RangeT && | Range | ) |
Definition at line 391 of file iterator.h.
Definition at line 69 of file iterator_range.h.
Convenience function for iterating over sub-ranges.
This provides a bit of syntactic sugar to make using sub-ranges in for loops a bit easier. Analogous to std::make_pair().
Definition at line 64 of file iterator_range.h.
|
inline |
Definition at line 721 of file GenericGraph.h.
iter_range< typename GenericGraphTraits< GraphType >::nodes_iterator > SVF::nodes | ( | const GraphType & | G | ) |
Definition at line 111 of file GraphTraits.h.
|
inline |
Divide IntervalValues.
Definition at line 645 of file IntervalValue.h.
|
inline |
Bitwise AND of IntervalValues.
Definition at line 962 of file IntervalValue.h.
Returns a new lhs & rhs.
Definition at line 573 of file PointsTo.cpp.
|
inline |
Definition at line 1213 of file SparseBitVector.h.
|
inline |
Definition at line 1193 of file SparseBitVector.h.
|
inline |
Definition at line 1186 of file SparseBitVector.h.
|
inline |
Multiply IntervalValues.
Definition at line 583 of file IntervalValue.h.
|
inline |
Add IntervalValues.
Definition at line 547 of file IntervalValue.h.
|
inline |
Subtract IntervalValues.
Definition at line 565 of file IntervalValue.h.
|
inline |
Definition at line 1223 of file SparseBitVector.h.
|
inline |
Divide IntervalValues.
Definition at line 603 of file IntervalValue.h.
|
inline |
Definition at line 736 of file IntervalValue.h.
|
inline |
Left binary shift of IntervalValues.
Definition at line 888 of file IntervalValue.h.
|
inline |
std::ostream & SVF::operator<< | ( | std::ostream & | o, |
const MRVer & | mrver | ||
) |
std::ostream & SVF::operator<< | ( | std::ostream & | os, |
const SVFType & | type | ||
) |
|
inline |
Definition at line 838 of file IntervalValue.h.
|
inline |
Definition at line 685 of file IntervalValue.h.
|
inline |
Definition at line 788 of file IntervalValue.h.
|
inline |
Left binary shift of IntervalValues.
Definition at line 926 of file IntervalValue.h.
|
inline |
Bitwise XOR of IntervalValues.
Definition at line 1018 of file IntervalValue.h.
|
inline |
Bitwise OR of IntervalValues.
Definition at line 989 of file IntervalValue.h.
|
inline |
Definition at line 1203 of file SparseBitVector.h.
|
inline |
Definition at line 1172 of file SparseBitVector.h.
|
inline |
Definition at line 1179 of file SparseBitVector.h.
|
inlinestatic |
Definition at line 98 of file SVFFileSystem.cpp.
|
inlinestatic |
Definition at line 92 of file SVFFileSystem.cpp.
void SVF::ViewGraph | ( | const GraphType & | G, |
const std::string & | name, | ||
bool | ShortNames = false , |
||
GraphProgram::Name | Program = GraphProgram::DOT |
||
) |
ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file, then cleanup. For use from the debugger.
Definition at line 371 of file GraphWriter.h.
std::string SVF::WriteGraph | ( | const GraphType & | G, |
bool | ShortNames = false , |
||
std::string | Filename = "" |
||
) |
Writes graph into a provided Filename
. If Filename
is empty, generates a random one.
Definition at line 345 of file GraphWriter.h.