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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 115 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
117 for (gcp_map_type::iterator I = GCMap.begin(), E = GCMap.end(); I != E; ++I)
119 delete &GCMap;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 412 std::map<std::string, unsigned> GCMap;
442 unsigned &Entry = GCMap[F->getGC()];
446 Entry = GCMap.size();
520 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 454 std::map<std::string, unsigned> GCMap;
483 unsigned &Entry = GCMap[F->getGC()];
487 Entry = GCMap.size();
561 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 407 std::map<std::string, unsigned> GCMap;
437 unsigned &Entry = GCMap[F->getGC()];
441 Entry = GCMap.size();
515 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]

Completed in 218 milliseconds