Home
last modified time | relevance | path

Searched refs:IndirectlyCallableFunctions (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1079 InfoCache.IndirectlyCallableFunctions.push_back(Fn); in Attributor()
3305 return IndirectlyCallableFunctions; in getIndirectlyCallableFunctions()
H A DAttributorAttributes.cpp12185 ArrayRef<Function *> IndirectlyCallableFunctions = in initialize() local
12187 PotentialCallees.insert(IndirectlyCallableFunctions.begin(), in initialize()
12188 IndirectlyCallableFunctions.end()); in initialize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1372 SmallVector<Function *> IndirectlyCallableFunctions;