Home
last modified time | relevance | path

Searched refs:RetainAutoreleaseRV (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h39 RetainAutoreleaseRV, enumerator
55 RetainAutoreleaseRV(nullptr) { } in ARCRuntimeEntryPoints()
67 RetainAutoreleaseRV = nullptr; in init()
93 case ARCRuntimeEntryPointKind::RetainAutoreleaseRV: in get()
94 return getI8XRetI8XEntryPoint(RetainAutoreleaseRV, in get()
122 Constant *RetainAutoreleaseRV; variable
DObjCARCContract.cpp185 ? ARCRuntimeEntryPointKind::RetainAutoreleaseRV in contractAutorelease()