OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryID
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp
104
return ParseBlock(Record.
GetEntryID
());
139
if (ParseBlock(Record.
GetEntryID
())) return true;
144
if (Record.
GetEntryID
() == naclbitc::DEFINE_ABBREV) {
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h
298
unsigned
GetEntryID
() const {
315
GetEntryID
() != naclbitc::UNABBREV_RECORD;
322
?
GetEntryID
() : static_cast<unsigned>(naclbitc::UNABBREV_RECORD);
Completed in 118 milliseconds