Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h181 void updateIndirectCalls(ModuleSummaryIndex &Index);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1282 void llvm::updateIndirectCalls(ModuleSummaryIndex &Index) { in updateIndirectCalls() function in llvm
1300 updateIndirectCalls(Index); in computeDeadSymbolsAndUpdateIndirectCalls()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp501 updateIndirectCalls(CombinedIndex); in createCombinedModuleSummaryIndex()