HomeSort by: relevance | last modified time | path
    Searched refs:objc_retainBlock (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 82 return getIntrinsicEntryPoint(RetainBlock, Intrinsic::objc_retainBlock);
117 /// Declaration for ObjC runtime function objc_retainBlock.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 176 case Intrinsic::objc_retainBlock:
177 Changed |= lowerObjCCall(F, "objc_retainBlock");
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCInstKind.cpp 121 case Intrinsic::objc_retainBlock:
597 // objc_retainBlock is not nounwind because it calls user copy constructors
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 188 /// id objc_retainBlock(id);
189 llvm::Function *objc_retainBlock;
CGObjC.cpp 2247 /// call i8* \@objc_retainBlock(i8* %value)
2264 /// call i8* \@objc_retainBlock(i8* %value)
2273 CGM.getObjCEntrypoints().objc_retainBlock,
2274 llvm::Intrinsic::objc_retainBlock);
2284 CGM.getObjCEntrypoints().objc_retainBlock);
2530 /// %retain = call i8* \@objc_retainBlock(i8* %value)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 4176 {"objc_retainBlock", llvm::Intrinsic::objc_retainBlock},

Completed in 139 milliseconds