Home
last modified time | relevance | path

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

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