HomeSort by: relevance | last modified time | path
    Searched refs:StoreStrong (Results 1 - 4 of 4) 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/lib/Analysis/
ObjCARCInstKind.cpp 69 case ARCInstKind::StoreStrong:
70 return OS << "ARCInstKind::StoreStrong";
124 return ARCInstKind::StoreStrong;
335 case ARCInstKind::StoreStrong:
368 case ARCInstKind::StoreStrong:
403 case ARCInstKind::StoreStrong:
438 case ARCInstKind::StoreStrong:
472 case ARCInstKind::StoreStrong:
507 case ARCInstKind::StoreStrong:
543 case ARCInstKind::StoreStrong
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 48 StoreStrong, ///< objc_storeStrong (derived)

Completed in 19 milliseconds