Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunction.h211 void setGC(const char *Str);
/external/v8/tools/gcmole/
Dgcmole.cc280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anonda09e63f0111::ExprEffect
442 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()
844 out.setGC(); in VisitCallExpr()
/external/llvm/lib/IR/
DFunction.cpp376 void Function::setGC(const char *Str) { in setGC() function in Function
409 setGC(SrcF->getGC()); in copyAttributesFrom()
DCore.cpp1707 F->setGC(GC); in LLVMSetGC()
/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");
503 F.setGC("statepoint-example");
566 attribute or, equivalently, with the ``setGC`` method of ``Function``.
/external/clang/lib/ARCMigrate/
DARCMT.cpp194 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp947 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1389 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
1391 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2970 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp4232 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1507 [gc]. See the method [llvm::Function::setGC]. *)