Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h49 RetainAutorelease, enumerator
68 RetainAutorelease = nullptr; in init()
92 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
93 return getIntrinsicEntryPoint(RetainAutorelease, in get()
129 Function *RetainAutorelease = nullptr; variable
DObjCARCContract.cpp199 : ARCRuntimeEntryPointKind::RetainAutorelease); in contractAutorelease()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h45 RetainAutorelease, enumerator
64 RetainAutorelease = nullptr; in init()
88 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
89 return getIntrinsicEntryPoint(RetainAutorelease, in get()
125 Function *RetainAutorelease = nullptr; variable
DObjCARCContract.cpp187 : ARCRuntimeEntryPointKind::RetainAutorelease); in contractAutorelease()
/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()