Home
last modified time | relevance | path

Searched refs:getGC (Results 1 – 25 of 49) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
DObjCSuperDeallocChecker.cpp291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
DCheckObjCDealloc.cpp199 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in checkASTDecl()
1065 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCDeallocChecker()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp269 const char *Function::getGC() const { in getGC() function in Function
308 setGC(SrcF->getGC()); in copyAttributesFrom()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp133 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType()
590 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl()
1055 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1211 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1220 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1945 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
2038 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2500 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2506 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2510 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
[all …]
/external/llvm/include/llvm/IR/
DLLVMContext.h106 const std::string &getGC(const Function &Fn);
DFunction.h226 const std::string &getGC() const;
/external/clang/lib/ARCMigrate/
DARCMT.cpp246 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues()
347 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms()
581 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(), in applyTransform()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h115 const std::string &getGC(const Function &Fn);
DFunction.h249 const std::string &getGC() const;
/external/llvm/lib/CodeGen/
DGCMetadata.cpp69 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
DShadowStackGCLowering.cpp268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
384 F.getGC() != std::string("shadow-stack")) in runOnFunction()
/external/mesa3d/include/HaikuGL/
DGLView.h88 void* getGC() { return fGc; } // ??? in getGC() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC()); in getFunctionInfo()
/external/llvm/lib/IR/
DLLVMContext.cpp317 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
DFunction.cpp417 const std::string &Function::getGC() const { in getGC() function in Function
419 return getContext().getGC(*this); in getGC()
445 setGC(SrcF->getGC()); in copyAttributesFrom()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp922 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
923 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h198 const char *getGC() const;
/external/clang/tools/arcmt-test/
Darcmt-test.cpp178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp471 if (F1->hasGC() && F1->getGC() != F2->getGC()) in compare()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp443 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp567 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
902 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1998 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) { in GetGCAttrTypeForType()
2079 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in BuildGCBlockLayout()
2588 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildRCBlockLayout()
2641 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout()
3225 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in hasMRCWeakIvars()
4542 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo()
4552 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
4952 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in buildBitmap()
4997 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout()
5016 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in BuildIvarLayout()
[all …]
DCGObjCGNU.cpp809 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction()
1022 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU()
1026 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU()
1272 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
1380 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
2544 switch (CGM.getLangOpts().getGC()) { in ModuleInitFunction()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1393 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
1394 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()

12