OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordNames
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
40
std::vector<std::pair<unsigned, std::string> >
RecordNames
;
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
354
CurBlockInfo->
RecordNames
.push_back(std::make_pair((unsigned)Record[0],
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
147
for (unsigned i = 0, e = Info->
RecordNames
.size(); i != e; ++i)
148
if (Info->
RecordNames
[i].first == CodeID)
149
return Info->
RecordNames
[i].second.c_str();
Completed in 1634 milliseconds