HomeSort by relevance Sort by last modified time
    Searched refs:StoreStrong (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 36 StoreStrong,
52 StoreStrong(nullptr),
64 StoreStrong = nullptr;
85 case ARCRuntimeEntryPointKind::StoreStrong:
86 return getI8XRetI8XXI8XEntryPoint(StoreStrong, "objc_storeStrong");
116 Constant *StoreStrong;
ObjCARCContract.cpp 385 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong);
386 CallInst *StoreStrong = CallInst::Create(Decl, Args, "", Store);
387 StoreStrong->setDoesNotThrow();
388 StoreStrong->setDebugLoc(Store->getDebugLoc());
393 StoreStrongCalls.insert(StoreStrong);
395 DEBUG(llvm::dbgs() << " New Store Strong: " << *StoreStrong << "\n");
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 71 case ARCInstKind::StoreStrong:
72 return OS << "ARCInstKind::StoreStrong";
150 .Case("objc_storeStrong", ARCInstKind::StoreStrong)
354 case ARCInstKind::StoreStrong:
387 case ARCInstKind::StoreStrong:
422 case ARCInstKind::StoreStrong:
457 case ARCInstKind::StoreStrong:
491 case ARCInstKind::StoreStrong:
527 case ARCInstKind::StoreStrong:
566 case ARCInstKind::StoreStrong
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 50 StoreStrong, ///< objc_storeStrong (derived)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 864 milliseconds