/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-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/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/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/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-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2985 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3907 Func->setGC(GCTable[Record[8] - 1]); in parseModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4743 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1547 [gc]. See the method [llvm::Function::setGC]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1571 [gc]. See the method [llvm::Function::setGC]. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5248 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()
|