| buildCallGraphSets() | SVF::SlicedThreadCallGraphView | private |
| buildKeptNodes() | SVF::SlicedThreadCallGraphView | private |
| containsCallSite(const CallGraphEdge *edge, const CallICFGNode *callSite) const | SVF::SlicedThreadCallGraphView | |
| dump(const std::string &filename) const | SVF::SlicedThreadCallGraphView | |
| extendedKeptNodes | SVF::SlicedThreadCallGraphView | private |
| getBackingCallGraph() const | SVF::SlicedThreadCallGraphView | inline |
| getCalleesOf(const CallICFGNode *callSite, CallGraph::FunctionSet &callees) const | SVF::SlicedThreadCallGraphView | |
| getDirectCallsOf(const CallGraphEdge *edge, std::vector< const CallICFGNode * > &out) const | SVF::SlicedThreadCallGraphView | |
| getForkEdgesOf(const CallICFGNode *callSite, std::vector< const CallGraphEdge * > &out) const | SVF::SlicedThreadCallGraphView | |
| getIndirectCallsOf(const CallGraphEdge *edge, std::vector< const CallICFGNode * > &out) const | SVF::SlicedThreadCallGraphView | |
| getIndirectSitesWithEmptyTargets() const | SVF::SlicedThreadCallGraphView | inline |
| getInEdgesOf(const CallGraphNode *node, std::vector< const CallGraphEdge * > &out) const | SVF::SlicedThreadCallGraphView | |
| getJoinEdgesOf(const CallICFGNode *callSite, std::vector< const CallGraphEdge * > &out) const | SVF::SlicedThreadCallGraphView | |
| getKeptFunctions() const | SVF::SlicedThreadCallGraphView | inline |
| getKeptNodes() const | SVF::SlicedThreadCallGraphView | inline |
| getOutEdgesOf(const CallGraphNode *node, std::vector< const CallGraphEdge * > &out) const | SVF::SlicedThreadCallGraphView | |
| indirectSitesWithEmptyTargets | SVF::SlicedThreadCallGraphView | private |
| isKeptEdge(const CallGraphEdge *e) const | SVF::SlicedThreadCallGraphView | inline |
| isKeptNode(const CallGraphNode *node) const | SVF::SlicedThreadCallGraphView | |
| keptDirectCalls | SVF::SlicedThreadCallGraphView | private |
| keptEdges | SVF::SlicedThreadCallGraphView | private |
| keptFunctionsSet | SVF::SlicedThreadCallGraphView | private |
| keptIndirectCalls | SVF::SlicedThreadCallGraphView | private |
| keptNodes | SVF::SlicedThreadCallGraphView | private |
| SlicedThreadCallGraphView(ThreadCallGraph *tcg, const OrderedSet< const FunObjVar * > &keptFunctions, const OrderedSet< const ICFGNode * > &extendedKeptNodes) | SVF::SlicedThreadCallGraphView | |
| tcg | SVF::SlicedThreadCallGraphView | private |