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