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

  /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/llvm/test/Transforms/ObjCARC/
rv.ll 12 declare void @objc_autoreleasePoolPush()
basic.ll 9 declare void @objc_autoreleasePoolPush()
490 ; CHECK-NEXT: @objc_autoreleasePoolPush
497 call void @objc_autoreleasePoolPush()
1354 ; CHECK-NEXT: call void @objc_autoreleasePoolPush()
1364 call void @objc_autoreleasePoolPush()
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 141 /// void *objc_autoreleasePoolPush(void);
142 llvm::Constant *objc_autoreleasePoolPush;
CGObjC.cpp     [all...]
  /external/clang/docs/
AutomaticReferenceCounting.html     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 151 IC_AutoreleasepoolPush, ///< objc_autoreleasePoolPush
209 .Case("objc_autoreleasePoolPush", IC_AutoreleasepoolPush)
578 M.getNamedValue("objc_autoreleasePoolPush") ||
859 // objc_autoreleasePoolPush and objc_autoreleasePoolPop
    [all...]

Completed in 1094 milliseconds