Searched refs:objc_retainAutorelease (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.h147 /// id objc_retainAutorelease(id);
148 llvm::Constant *objc_retainAutorelease; member in struct:clang::CodeGen::ObjCEntrypoints
H A DCGObjC.cpp2170 /// call i8* \@objc_retainAutorelease(i8* %value)
2189 /// call i8* \@objc_retainAutorelease(i8* %value)
2193 CGM.getObjCEntrypoints().objc_retainAutorelease,
2194 "objc_retainAutorelease");

Completed in 37 milliseconds