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

Declarations

include/llvm/Transforms/ObjCARC.h
   37 Pass *createObjCARCContractPass();

References

include/llvm/LinkAllPasses.h
  151       (void) llvm::createObjCARCContractPass();
lib/LTO/LTOCodeGenerator.cpp
  595   preCodeGenPasses.add(createObjCARCContractPass());
lib/LTO/ThinLTOCodeGenerator.cpp
  292     PM.add(createObjCARCContractPass());
tools/clang/lib/CodeGen/BackendUtil.cpp
  796     CodeGenPasses.add(createObjCARCContractPass());