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 137 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i)
138 if (Info->RecordNames[i].first == CodeID)
139 return Info->RecordNames[i].second.c_str();
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 334 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0],
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 40 std::vector<std::pair<unsigned, std::string> > RecordNames;

Completed in 70 milliseconds