Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Mod

226   Module *Mod;
436 Mod = &M;
574 Constant *C = Mod->getOrInsertFunction(FName, FTT);
610 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
615 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy);
621 Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy);
623 DFSanUnionFn = Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy);
631 DFSanCheckedUnionFn = Mod->getOrInsertFunction("dfsan_union", DFSanUnionFnTy);
640 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy);
647 Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy);
649 Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy);
654 Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy);
655 DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper",
1443 DFSF.DFS.Mod->getOrInsertFunction(CustomFName, CustomFT);