Lines Matching refs:getOrInsertFunction
1186 FunctionCallee C = Mod->getOrInsertFunction(FName, FTT); in getOrBuildTrampolineFunction()
1248 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL); in initializeRuntimeFunctions()
1258 DFSanLoadLabelAndOriginFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1262 Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy); in initializeRuntimeFunctions()
1268 Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy, AL); in initializeRuntimeFunctions()
1271 Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy); in initializeRuntimeFunctions()
1272 DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper", in initializeRuntimeFunctions()
1279 DFSanChainOriginFn = Mod->getOrInsertFunction("__dfsan_chain_origin", in initializeRuntimeFunctions()
1288 DFSanChainOriginIfTaintedFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1291 DFSanMemOriginTransferFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1298 DFSanMaybeStoreOriginFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1334 DFSanLoadCallbackFn = Mod->getOrInsertFunction("__dfsan_load_callback", in initializeCallbackFunctions()
1336 DFSanStoreCallbackFn = Mod->getOrInsertFunction("__dfsan_store_callback", in initializeCallbackFunctions()
1338 DFSanMemTransferCallbackFn = Mod->getOrInsertFunction( in initializeCallbackFunctions()
1341 Mod->getOrInsertFunction("__dfsan_cmp_callback", DFSanCmpCallbackFnTy); in initializeCallbackFunctions()
2949 FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction( in visitWrappedCallBase()