Searched refs:hasGC (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dtestfilerunner.h85 bool hasGC; variable
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp92 assert(F.hasGC());
143 if (F.hasGC()) return false;
H A DGCStrategy.cpp169 if (!I->isDeclaration() && I->hasGC())
257 if (!F.hasGC())
405 if (!MF.getFunction()->hasGC())
/external/llvm/lib/IR/
H A DFunction.cpp307 bool Function::hasGC() const { function in class:Function
313 assert(hasGC() && "Function has no collector");
350 if (SrcF->hasGC())
H A DAsmWriter.cpp1648 if (F->hasGC())
H A DVerifier.cpp2277 Assert1(CI.getParent()->getParent()->hasGC(),
H A DCore.cpp1430 return F->hasGC()? F->getGC() : 0;
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp93 ID.AddBoolean(F->hasGC());
474 if (F1->hasGC() != F2->hasGC())
477 if (F1->hasGC() && F1->getGC() != F2->getGC())
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc280 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon14721::ExprEffect
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
/external/llvm/include/llvm/IR/
H A DFunction.h215 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
217 bool hasGC() const;
/external/v8/tools/gcmole/
H A Dgcmole.cc280 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon26441::ExprEffect
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp529 if (CalledFunc->hasGC()) {
530 if (!Caller->hasGC())
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp564 if (F->hasGC()) {
645 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp365 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1734 if (F->hasGC()) {

Completed in 1044 milliseconds