Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h168 SmallVector<CallRecord, 5> CalledFunctions; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h284 std::vector<CallRecord> CalledFunctions; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10177 SetVector<Function *> CalledFunctions; member