reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  550   Mod = &M;
  683   FunctionCallee C = Mod->getOrInsertFunction(FName, FTT);
  718     ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
  723     RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy);
  729       Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy);
  742         Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy, AL);
  756         Mod->getOrInsertFunction("dfsan_union", DFSanUnionFnTy, AL);
  767         Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL);
  770       Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy);
  775         Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy, AL);
  778       Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy);
  779   DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper",
 1577         FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction(