Lines Matching refs:getOrInsertFunction
1199 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL); in initializeRuntimeFunctions()
1206 DFSanLoadLabelAndOriginFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1210 Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy); in initializeRuntimeFunctions()
1211 DFSanWrapperExternWeakNullFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1218 Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy, AL); in initializeRuntimeFunctions()
1221 Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy); in initializeRuntimeFunctions()
1222 DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper", in initializeRuntimeFunctions()
1228 DFSanChainOriginFn = Mod->getOrInsertFunction("__dfsan_chain_origin", in initializeRuntimeFunctions()
1236 DFSanChainOriginIfTaintedFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1239 DFSanMemOriginTransferFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1246 DFSanMaybeStoreOriginFn = Mod->getOrInsertFunction( in initializeRuntimeFunctions()
1288 DFSanLoadCallbackFn = Mod->getOrInsertFunction("__dfsan_load_callback", in initializeCallbackFunctions()
1290 DFSanStoreCallbackFn = Mod->getOrInsertFunction("__dfsan_store_callback", in initializeCallbackFunctions()
1292 DFSanMemTransferCallbackFn = Mod->getOrInsertFunction( in initializeCallbackFunctions()
1295 Mod->getOrInsertFunction("__dfsan_cmp_callback", DFSanCmpCallbackFnTy); in initializeCallbackFunctions()
1297 DFSanConditionalCallbackFn = Mod->getOrInsertFunction( in initializeCallbackFunctions()
1300 Mod->getOrInsertFunction("__dfsan_conditional_callback_origin", in initializeCallbackFunctions()
2914 FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction( in visitWrappedCallBase()