/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 275 void Function::setGC(const char *Str) { in setGC() function in Function 308 setGC(SrcF->getGC()); in copyAttributesFrom()
|
D | Core.cpp | 1332 F->setGC(GC); in LLVMSetGC()
|
/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-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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 146 void setGC(const Function &Fn, std::string GCName);
|
D | Function.h | 339 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/include/llvm/ |
D | Function.h | 199 void setGC(const char *Str);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
|
D | Function.cpp | 457 void Function::setGC(std::string Str) { in setGC() function in Function 459 getContext().setGC(*this, std::move(Str)); in setGC() 476 setGC(Src->getGC()); in copyAttributesFrom()
|
D | Core.cpp | 2096 F->setGC(GC); in LLVMSetGC()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anon85d096280111::ExprEffect 475 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect() 876 out.setGC(); in VisitCallExpr()
|
/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/swiftshader/third_party/llvm-7.0/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/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 922 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
/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-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1538 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1777 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2752 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
|