Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1087 InfoCache.IndirectlyCallableFunctions.push_back(Fn); in Attributor()
3291 return IndirectlyCallableFunctions; in getIndirectlyCallableFunctions()
H A DAttributorAttributes.cpp12250 ArrayRef<Function *> IndirectlyCallableFunctions = in initialize() local
12252 PotentialCallees.insert_range(IndirectlyCallableFunctions); in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1398 SmallVector<Function *> IndirectlyCallableFunctions;