Home
last modified time | relevance | path

Searched refs:RecordNames (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp147 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i) in GetCodeName()
148 if (Info->RecordNames[i].first == CodeID) in GetCodeName()
149 return Info->RecordNames[i].second.c_str(); in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp354 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0], in ReadBlockInfoBlock()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h40 std::vector<std::pair<unsigned, std::string> > RecordNames; member