HomeSort by: relevance | last modified time | path
    Searched defs:StoreStrong (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 43 StoreStrong,
63 StoreStrong = nullptr;
85 case ARCRuntimeEntryPointKind::StoreStrong:
86 return getIntrinsicEntryPoint(StoreStrong, Intrinsic::objc_storeStrong);
124 Function *StoreStrong = nullptr;
ObjCARCContract.cpp 388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong);
389 CallInst *StoreStrong =
391 StoreStrong->setDoesNotThrow();
392 StoreStrong->setDebugLoc(Store->getDebugLoc());
397 StoreStrongCalls.insert(StoreStrong);
399 LLVM_DEBUG(llvm::dbgs() << " New Store Strong: " << *StoreStrong
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 48 StoreStrong, ///< objc_storeStrong (derived)

Completed in 45 milliseconds