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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  196     if (isIn(*GA.getParent(), Category))
  199     if (isa<FunctionType>(GA.getValueType()))
  200       return SCL->inSection("dataflow", "fun", GA.getName(), Category);
  202     return SCL->inSection("dataflow", "global", GA.getName(), Category) ||
  203            SCL->inSection("dataflow", "type", GetGlobalTypeString(GA),