Home
last modified time | relevance | path

Searched refs:GetEntryID (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp104 return ParseBlock(Record.GetEntryID()); in Parse()
139 if (ParseBlock(Record.GetEntryID())) return true; in ParseBlockInternal()
144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h298 unsigned GetEntryID() const { in GetEntryID() function
315 GetEntryID() != naclbitc::UNABBREV_RECORD; in UsedAnAbbreviation()
322 ? GetEntryID() : static_cast<unsigned>(naclbitc::UNABBREV_RECORD); in GetAbbreviationIndex()