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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  585     ArgTLS = nullptr;
  718     ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
  719     if (GlobalVariable *G = dyn_cast<GlobalVariable>(ArgTLS))
  999   if (DFS.ArgTLS)
 1000     return ArgTLSPtr = DFS.ArgTLS;
 1035             DFS.ArgTLS ? &*F->getEntryBlock().begin()