Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anond932a49f0111::ExprEffect
442 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()
844 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/llvm/include/llvm/IR/
DFunction.h225 void setGC(const char *Str);
/external/llvm/lib/IR/
DFunction.cpp388 void Function::setGC(const char *Str) { in setGC() function in Function
423 setGC(SrcF->getGC()); in copyAttributesFrom()
DCore.cpp1731 F->setGC(GC); in LLVMSetGC()
/external/clang/lib/ARCMigrate/
DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1064 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1503 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
1505 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3568 Func->setGC(GCTable[Record[8]-1].c_str()); in parseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp4524 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1517 [gc]. See the method [llvm::Function::setGC]. *)