HomeSort by relevance Sort by last modified time
    Searched refs:hasGC (Results 1 - 16 of 16) 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 104 assert(F.hasGC());
155 if (F.hasGC()) return false;
GCStrategy.cpp 168 if (!I->isDeclaration() && I->hasGC())
256 if (!F.hasGC())
397 if (!MF.getFunction()->hasGC())
  /external/llvm/lib/VMCore/
Function.cpp 266 bool Function::hasGC() const {
272 assert(hasGC() && "Function has no collector");
309 if (SrcF->hasGC())
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/include/llvm/
Function.h 191 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
193 bool hasGC() const;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 84 ID.AddBoolean(F->hasGC());
468 if (F1->hasGC() != F2->hasGC())
471 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 440 if (F->hasGC()) {
520 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 481 if (F->hasGC()) {
561 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 435 if (F->hasGC()) {
515 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 353 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 1481 milliseconds