Searched refs:copyMetadataIfPresent (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 666 static void copyMetadataIfPresent(Function *From, Function *To, StringRef Key) { in copyMetadataIfPresent() function 751 copyMetadataIfPresent(G, NewG, "type"); in writeThunk() 752 copyMetadataIfPresent(G, NewG, "kcfi_type"); in writeThunk() 829 copyMetadataIfPresent(F, NewF, "type"); in mergeTwoFunctions() 830 copyMetadataIfPresent(F, NewF, "kcfi_type"); in mergeTwoFunctions()
|