Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h177 unsigned GetBlockID() const { return BlockID; } in GetBlockID() function
258 unsigned GetBlockID() const { return Block.GetBlockID(); } in GetBlockID() function
499 unsigned GetBlockID() const { return Block.GetBlockID(); } in GetBlockID() function
586 if (GetBlockID() == naclbitc::BLOCKINFO_BLOCK_ID) { in ParseThisBlockInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp77 Parser->ProcessAbbreviation(IsLocal ? Parser->GetBlockID() : GlobalBlockID, in ProcessAbbreviation()
117 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) { in ParseBlockInternal()