HomeSort by relevance Sort by last modified time
    Searched refs:hasGC (Results 1 - 17 of 17) 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 291 bool Function::hasGC() const {
297 assert(hasGC() && "Function has no collector");
334 if (SrcF->hasGC())
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
Function.h 200 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
202 bool hasGC() const;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 84 ID.AddBoolean(F->hasGC());
466 if (F1->hasGC() != F2->hasGC())
469 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /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 519 if (CalledFunc->hasGC()) {
520 if (!Caller->hasGC())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 481 if (F->hasGC()) {
562 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 463 if (F->hasGC()) {
543 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 417 if (F->hasGC()) {
497 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 360 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 2060 milliseconds