LLVM 22.0.0git
ObjCARCExpand.cpp File Reference

This file defines ObjC ARC optimizations. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "objc-arc-expand"

Detailed Description

This file defines ObjC ARC optimizations.

ARC stands for Automatic Reference Counting and is a system for managing reference counts for objects in Objective C.

This specific file deals with early optimizations which perform certain cleanup operations.

WARNING: This file knows about certain library functions. It recognizes them by name, and hardwires knowledge of their semantics.

WARNING: This file knows about how certain Objective-C library functions are used. Naive LLVM IR transformations which would otherwise be behavior-preserving may break these assumptions.

Definition in file ObjCARCExpand.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "objc-arc-expand"

Definition at line 37 of file ObjCARCExpand.cpp.