Home
last modified time | relevance | path

Searched refs:setGC (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/include/llvm/IR/
DLLVMContext.h103 void setGC(const Function &Fn, std::string GCName);
DFunction.h227 void setGC(std::string Str);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h119 void setGC(const Function &Fn, std::string GCName);
DFunction.h358 void setGC(std::string Str);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h112 void setGC(const Function &Fn, std::string GCName);
DFunction.h250 void setGC(std::string Str);
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h131 void setGC(const Function &Fn, std::string GCName);
DFunction.h387 void setGC(std::string Str);
/external/llvm/lib/IR/
DLLVMContext.cpp307 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
DFunction.cpp422 void Function::setGC(std::string Str) { in setGC() function in Function
424 getContext().setGC(*this, std::move(Str)); in setGC()
445 setGC(SrcF->getGC()); in copyAttributesFrom()
DCore.cpp1826 F->setGC(GC); in LLVMSetGC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
DFunction.cpp501 void Function::setGC(std::string Str) { in setGC() function in Function
503 getContext().setGC(*this, std::move(Str)); in setGC()
520 setGC(Src->getGC()); in copyAttributesFrom()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp312 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
DFunction.cpp601 void Function::setGC(std::string Str) { in setGC() function in Function
603 getContext().setGC(*this, std::move(Str)); in setGC()
626 setGC(Src->getGC()); in copyAttributesFrom()
DCore.cpp2419 F->setGC(GC); in LLVMSetGC()
/external/llvm-project/llvm/docs/
DGarbageCollection.rst29 F.setGC(<collector description name>);
212 compiler. Its programmatic equivalent is the ``setGC`` method of ``Function``.
403 F.setGC("shadow-stack");
504 F.setGC("statepoint-example");
526 F.setGC("coreclr");
589 attribute or, equivalently, with the ``setGC`` method of ``Function``.
/external/llvm/docs/
DGarbageCollection.rst29 F.setGC(<collector description name>);
212 compiler. Its programmatic equivalent is the ``setGC`` method of ``Function``.
403 F.setGC("shadow-stack");
504 F.setGC("statepoint-example");
526 F.setGC("coreclr");
589 attribute or, equivalently, with the ``setGC`` method of ``Function``.
/external/llvm-project/clang/lib/ARCMigrate/
DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/clang/lib/ARCMigrate/
DARCMT.cpp198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1731 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
1733 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1393 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1669 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp2746 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
2748 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()

12