Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h190 unsigned GetBlockID() const { in GetBlockID() function
279 unsigned GetBlockID() const { in GetBlockID() function
280 return Block.GetBlockID(); in GetBlockID()
543 unsigned GetBlockID() const { in GetBlockID() function
544 return Block.GetBlockID(); in GetBlockID()
639 if (GetBlockID() == naclbitc::BLOCKINFO_BLOCK_ID) { in ParseThisBlockInternal()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp79 Parser->ProcessAbbreviation(IsLocal ? Parser->GetBlockID() : GlobalBlockID, in ProcessAbbreviation()
118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()