Searched refs:copyMetadataIfPresent (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 716 static void copyMetadataIfPresent(Function *From, Function *To, in copyMetadataIfPresent() function 805 copyMetadataIfPresent(G, NewG, "type"); in writeThunk() 806 copyMetadataIfPresent(G, NewG, "kcfi_type"); in writeThunk() 884 copyMetadataIfPresent(F, NewF, "type"); in mergeTwoFunctions() 885 copyMetadataIfPresent(F, NewF, "kcfi_type"); in mergeTwoFunctions()
|