Home
last modified time | relevance | path

Searched refs:RetainAutoreleaseRV (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h50 RetainAutoreleaseRV, enumerator
69 RetainAutoreleaseRV = nullptr; in init()
95 case ARCRuntimeEntryPointKind::RetainAutoreleaseRV: in get()
96 return getI8XRetI8XEntryPoint(RetainAutoreleaseRV, in get()
132 Constant *RetainAutoreleaseRV = nullptr; variable
DObjCARCContract.cpp193 ? ARCRuntimeEntryPointKind::RetainAutoreleaseRV in contractAutorelease()