Home
last modified time | relevance | path

Searched refs:RetainAutorelease (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h38 RetainAutorelease, enumerator
54 RetainAutorelease(nullptr), in ARCRuntimeEntryPoints()
66 RetainAutorelease = nullptr; in init()
90 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
91 return getI8XRetI8XEntryPoint(RetainAutorelease, "objc_retainAutorelease", in get()
120 Constant *RetainAutorelease; variable
DObjCARCContract.cpp186 : ARCRuntimeEntryPointKind::RetainAutorelease); in contractAutorelease()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h49 RetainAutorelease, enumerator
68 RetainAutorelease = nullptr; in init()
92 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
93 return getI8XRetI8XEntryPoint(RetainAutorelease, "objc_retainAutorelease", in get()
129 Constant *RetainAutorelease = nullptr; variable
DObjCARCContract.cpp194 : ARCRuntimeEntryPointKind::RetainAutorelease); in contractAutorelease()