Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp136 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i) in GetCodeName()
137 if (Info->RecordNames[i].first == CodeID) in GetCodeName()
138 return Info->RecordNames[i].second.c_str(); in GetCodeName()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h36 std::vector<std::pair<unsigned, std::string> > RecordNames; member
634 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0], in ReadBlockInfoBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp149 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i) in GetCodeName()
150 if (Info->RecordNames[i].first == CodeID) in GetCodeName()
151 return Info->RecordNames[i].second.c_str(); in GetCodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp154 for (unsigned i = 0, e = Info->RecordNames.size(); i != e; ++i) in GetCodeName()
155 if (Info->RecordNames[i].first == CodeID) in GetCodeName()
156 return Info->RecordNames[i].second.c_str(); in GetCodeName()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp384 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0], in ReadBlockInfoBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h46 std::vector<std::pair<unsigned, std::string>> RecordNames; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp384 CurBlockInfo->RecordNames.push_back(std::make_pair((unsigned)Record[0], in ReadBlockInfoBlock()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h41 std::vector<std::pair<unsigned, std::string> > RecordNames; member