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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release);
111 /// Declaration for ObjC runtime function objc_release.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 161 case Intrinsic::objc_release:
162 Changed |= lowerObjCCall(F, "objc_release", true);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCInstKind.cpp 111 case Intrinsic::objc_release:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 191 /// void objc_release(id);
192 llvm::Function *objc_release; member in struct:clang::CodeGen::ObjCEntrypoints
194 /// void objc_release(id);
CGObjC.cpp 2396 /// call void \@objc_release(i8* %value)
2401 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release;
2403 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_release);
2410 // Call objc_release.
2425 /// At -O1 and above, just load and call objc_release.
2626 /// objc_release(objc_initWeak(dest, objc_readWeakRetained(src)))
2796 /// call void \@objc_release(i8* %value)
2806 fn = CGM.CreateRuntimeFunction(fnType, "objc_release");
2816 // Call objc_release.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1663 /// is a claimRV call, a call to objc_release is emitted.
1699 // - If claimRV is attached to the call, insert a call to objc_release
1706 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 4169 {"objc_release", llvm::Intrinsic::objc_release},

Completed in 54 milliseconds