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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  182   void set(std::unique_ptr<SpecialCaseList> List) { SCL = std::move(List); }
  188            SCL->inSection("dataflow", "fun", F.getName(), Category);
  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),
  209     return SCL->inSection("dataflow", "src", M.getModuleIdentifier(), Category);