Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h284 std::vector<CallRecord> CalledFunctions; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10495 SetVector<Function *> CalledFunctions; member