Searched refs:replaceCfiUses (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 554 void replaceCfiUses(Function *Old, Value *New, bool IsJumpTableCanonical); 1162 replaceCfiUses(F, FDecl, isJumpTableCanonical); in importFunction() 1453 replaceCfiUses(F, PlaceholderFn, IsJumpTableCanonical); in replaceWeakDeclarationWithJumpTablePtr() 1743 replaceCfiUses(F, CombinedGlobalElemPtr, IsJumpTableCanonical); in buildBitSetsFromFunctionsNative() 1756 replaceCfiUses(F, FAlias, IsJumpTableCanonical); in buildBitSetsFromFunctionsNative() 1953 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New, in replaceCfiUses() function in LowerTypeTestsModule
|