Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp275 void Function::setGC(const char *Str) { in setGC() function in Function
308 setGC(SrcF->getGC()); in copyAttributesFrom()
DCore.cpp1332 F->setGC(GC); in LLVMSetGC()
/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/include/llvm/
DFunction.h199 void setGC(const char *Str);
/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/v8/tools/gcmole/
Dgcmole.cc280 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/
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/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/clang/lib/ARCMigrate/
DARCMT.cpp198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp922 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/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/lib/Bitcode/Reader/
DBitcodeReader.cpp1777 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2752 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()

12