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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 110 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
112 for (gcp_map_type::iterator I = GCMap.begin(), E = GCMap.end(); I != E; ++I)
114 delete &GCMap;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 453 std::map<std::string, unsigned> GCMap;
483 unsigned &Entry = GCMap[F->getGC()];
487 Entry = GCMap.size();
562 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 436 std::map<std::string, unsigned> GCMap;
465 unsigned &Entry = GCMap[F->getGC()];
469 Entry = GCMap.size();
543 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 390 std::map<std::string, unsigned> GCMap;
419 unsigned &Entry = GCMap[F->getGC()];
423 Entry = GCMap.size();
497 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 410 std::map<std::string, unsigned> GCMap;
440 unsigned &Entry = GCMap[F->getGC()];
444 Entry = GCMap.size();
519 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]

Completed in 47 milliseconds