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.cpp102 return ParseBlock(Record.GetEntryID()); in Parse()
138 if (ParseBlock(Record.GetEntryID())) in ParseBlockInternal()
144 if (Record.GetEntryID() == naclbitc::DEFINE_ABBREV) { in ParseBlockInternal()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h271 unsigned GetEntryID() const { return Entry.ID; } in GetEntryID() function
282 GetEntryID() != naclbitc::UNABBREV_RECORD; in UsedAnAbbreviation()
289 ? GetEntryID() in GetAbbreviationIndex()