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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  760     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  760     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  762     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  762     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  764     AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
  764     AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
  767         Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL);