Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DFunction.cpp276 void Function::setGC(const char *Str) { in setGC() function in Function
309 setGC(SrcF->getGC()); in copyAttributesFrom()
DCore.cpp1363 F->setGC(GC); in LLVMSetGC()
/external/llvm/include/llvm/
DFunction.h195 void setGC(const char *Str);
/external/v8/tools/gcmole/
Dgcmole.cc281 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anon242758e50111::ExprEffect
443 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()
864 out.setGC(); in VisitCallExpr()
/external/clang/lib/ARCMigrate/
DARCMT.cpp225 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp521 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1976 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
1978 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1642 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp2800 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1375 [gc]. See the method [llvm::Function::setGC]. *)