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

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 85 bool hasGC;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 88 assert(F.hasGC());
136 if (F.hasGC()) return false;
GCStrategy.cpp 160 if (!I->isDeclaration() && I->hasGC())
248 if (!F.hasGC())
397 if (!MF.getFunction()->hasGC())
  /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/llvm/lib/IR/
Function.cpp 333 bool Function::hasGC() const {
339 assert(hasGC() && "Function has no collector");
376 if (SrcF->hasGC())
AsmWriter.cpp     [all...]
Core.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 550 if (CalledFunc->hasGC()) {
551 if (!Caller->hasGC())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 601 if (F.hasGC()) {
685 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 462 if (F->hasGC()) {
542 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 416 if (F->hasGC()) {
496 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 433 if (F->hasGC()) {
514 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 422 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
    [all...]

Completed in 461 milliseconds