Searched defs:CalledFunctions (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h182 std::vector<CallRecord> CalledFunctions; member in class:llvm::CallGraphNode
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h142 SmallVector<CallRecord, 5> CalledFunctions; member in class:clang::CallGraphNode
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3301 SmallPtrSet<const Function *, 8> CalledFunctions; local
3230 cxxDtorIsEmpty(const Function &Fn, SmallPtrSet<const Function *, 8> &CalledFunctions) argument

Completed in 80 milliseconds