HomeSort by relevance Sort by last modified time
    Searched full:objc_autoreleasepoolpush (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/Transforms/ObjCARC/
apelim.ll 34 %0 = call i8* @objc_autoreleasePoolPush() nounwind
41 ; CHECK: %0 = call i8* @objc_autoreleasePoolPush() nounwind
46 %0 = call i8* @objc_autoreleasePoolPush() nounwind
52 declare i8* @objc_autoreleasePoolPush()
rv.ll 12 declare void @objc_autoreleasePoolPush()
basic.ll 11 declare i8* @objc_autoreleasePoolPush()
524 ; CHECK-NEXT: @objc_autoreleasePoolPush
531 call i8* @objc_autoreleasePoolPush()
    [all...]
  /external/clang/test/CodeGenObjC/
autorelease.m 28 // CHECK: call i8* @objc_autoreleasePoolPush
  /external/clang/test/CodeGenObjCXX/
arc-globals.mm 23 // CHECK: call i8* @objc_autoreleasePoolPush()
  /external/clang/lib/CodeGen/
CodeGenModule.h 149 /// void *objc_autoreleasePoolPush(void);
150 llvm::Constant *objc_autoreleasePoolPush;
    [all...]
CGObjC.cpp     [all...]
  /external/clang/docs/
AutomaticReferenceCounting.html     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 153 IC_AutoreleasepoolPush, ///< objc_autoreleasePoolPush
216 .Case("objc_autoreleasePoolPush", IC_AutoreleasepoolPush)
595 M.getNamedValue("objc_autoreleasePoolPush") ||
    [all...]

Completed in 277 milliseconds