HomeSort by relevance Sort by last modified time
    Searched refs:RetainAutorelease (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 38 RetainAutorelease,
54 RetainAutorelease(nullptr),
66 RetainAutorelease = nullptr;
90 case ARCRuntimeEntryPointKind::RetainAutorelease:
91 return getI8XRetI8XEntryPoint(RetainAutorelease, "objc_retainAutorelease",
120 Constant *RetainAutorelease;
ObjCARCContract.cpp 186 : ARCRuntimeEntryPointKind::RetainAutorelease);
189 DEBUG(dbgs() << " New RetainAutorelease: " << *Retain << "\n");

Completed in 207 milliseconds