LLVM API Documentation

Namespaces | Functions | Variables
ObjCARC.cpp File Reference
#include "ObjCARC.h"
#include "llvm-c/Core.h"
#include "llvm-c/Initialization.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for ObjCARC.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

void LLVMInitializeObjCARCOpts (LLVMPassRegistryRef R)

Variables

static cl::opt< bool, trueEnableARCOptimizations ("enable-objc-arc-opts", cl::desc("enable/disable all ARC Optimizations"), cl::location(EnableARCOpts), cl::init(true))

Variable Documentation

cl::opt<bool, true> EnableARCOptimizations("enable-objc-arc-opts", cl::desc("enable/disable all ARC Optimizations"), cl::location(EnableARCOpts), cl::init(true)) [static]