/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 103 void setGC(const Function &Fn, std::string GCName);
|
D | Function.h | 227 void setGC(std::string Str);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 119 void setGC(const Function &Fn, std::string GCName);
|
D | Function.h | 358 void setGC(std::string Str);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 112 void setGC(const Function &Fn, std::string GCName);
|
D | Function.h | 250 void setGC(std::string Str);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | LLVMContext.h | 131 void setGC(const Function &Fn, std::string GCName);
|
D | Function.h | 387 void setGC(std::string Str);
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 307 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
|
D | Function.cpp | 422 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()
|
D | Core.cpp | 1826 F->setGC(GC); in LLVMSetGC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
|
D | Function.cpp | 501 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/ |
D | LLVMContext.cpp | 312 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
|
D | Function.cpp | 601 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()
|
D | Core.cpp | 2419 F->setGC(GC); in LLVMSetGC()
|
/external/llvm-project/llvm/docs/ |
D | GarbageCollection.rst | 29 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/ |
D | GarbageCollection.rst | 29 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/ |
D | ARCMT.cpp | 197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1731 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs() 1733 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1393 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1669 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2746 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs() 2748 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
|