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

  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 135 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i)
136 if (Info->RecordNames[i].first == CodeID)
137 return Info->RecordNames[i].second.c_str();
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 44 std::vector<std::pair<unsigned, std::string> > RecordNames;
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 364 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0],

Completed in 31 milliseconds