HomeSort by relevance Sort by last modified time
    Searched refs:hasGC (Results 1 - 18 of 18) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 85 bool hasGC;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 92 assert(F.hasGC());
143 if (F.hasGC()) return false;
GCStrategy.cpp 169 if (!I->isDeclaration() && I->hasGC())
257 if (!F.hasGC())
405 if (!MF.getFunction()->hasGC())
  /external/llvm/lib/IR/
Function.cpp 307 bool Function::hasGC() const {
313 assert(hasGC() && "Function has no collector");
350 if (SrcF->hasGC())
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 93 ID.AddBoolean(F->hasGC());
474 if (F1->hasGC() != F2->hasGC())
477 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 280 bool hasGC() { return (effect_ & kCausesGC) != 0; }
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 215 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
217 bool hasGC() const;
  /external/v8/tools/gcmole/
gcmole.cc 280 bool hasGC() { return (effect_ & kCausesGC) != 0; }
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 529 if (CalledFunc->hasGC()) {
530 if (!Caller->hasGC())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 564 if (F->hasGC()) {
645 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 467 if (F->hasGC()) {
547 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 421 if (F->hasGC()) {
501 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 438 if (F->hasGC()) {
519 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 365 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 980 milliseconds