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 452 std::map<std::string, unsigned> GCMap;
481 unsigned &Entry = GCMap[F->getGC()];
485 Entry = GCMap.size();
559 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 405 std::map<std::string, unsigned> GCMap;
435 unsigned &Entry = GCMap[F->getGC()];
439 Entry = GCMap.size();
513 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]

Completed in 111 milliseconds