Home
last modified time | relevance | path

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

/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-subzero/include/llvm/IR/
DLLVMContext.h112 void setGC(const Function &Fn, std::string GCName);
DFunction.h250 void setGC(std::string Str);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h146 void setGC(const Function &Fn, std::string GCName);
DFunction.h339 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-7.0/llvm/lib/IR/
DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
DFunction.cpp457 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()
DCore.cpp2096 F->setGC(GC); in LLVMSetGC()
/external/swiftshader/third_party/llvm-7.0/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/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-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1538 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2985 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3907 Func->setGC(GCTable[Record[8] - 1]); in parseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp4743 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1547 [gc]. See the method [llvm::Function::setGC]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1571 [gc]. See the method [llvm::Function::setGC]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp5248 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()