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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 95 Intrinsic::objc_retainAutorelease);
132 /// Declaration for objc_retainAutorelease().
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 167 case Intrinsic::objc_retainAutorelease:
168 Changed |= lowerObjCCall(F, "objc_retainAutorelease");
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCInstKind.cpp 115 case Intrinsic::objc_retainAutorelease:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 179 /// id objc_retainAutorelease(id);
180 llvm::Function *objc_retainAutorelease;
CGObjC.cpp 2528 /// call i8* \@objc_retainAutorelease(i8* %value)
2547 /// call i8* \@objc_retainAutorelease(i8* %value)
2551 CGM.getObjCEntrypoints().objc_retainAutorelease,
2552 llvm::Intrinsic::objc_retainAutorelease);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 4171 {"objc_retainAutorelease", llvm::Intrinsic::objc_retainAutorelease},

Completed in 66 milliseconds