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 122 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters);
124 delete &GCMap;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 399 std::map<std::string, unsigned> GCMap;
428 unsigned &Entry = GCMap[F.getGC()];
432 Entry = GCMap.size();
505 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 398 std::map<std::string, unsigned> GCMap;
427 unsigned &Entry = GCMap[F.getGC()];
431 Entry = GCMap.size();
504 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 411 std::map<std::string, unsigned> GCMap;
440 unsigned &Entry = GCMap[F.getGC()];
444 Entry = GCMap.size();
518 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 588 std::map<std::string, unsigned> GCMap;
617 unsigned &Entry = GCMap[F.getGC()];
621 Entry = GCMap.size();
701 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
    [all...]

Completed in 497 milliseconds