Searched refs:BlockId (Results 1 – 4 of 4) sorted by relevance
53 enum BlockId { enum178 StreamSubBlockGuard(llvm::BitstreamWriter &Stream_, BlockId ID) in StreamSubBlockGuard()195 void emitBlockID(BlockId ID);197 void emitBlockInfo(BlockId BID, const std::vector<RecordId> &RIDs);210 void emitAbbrev(RecordId ID, BlockId Block);
111 static const std::vector<std::pair<BlockId, const char *const>> Inits = { in __anond6a402610102()198 static const std::vector<std::pair<BlockId, std::vector<RecordId>>>270 void ClangDocBitcodeWriter::emitBlockID(BlockId BID) { in emitBlockID()293 void ClangDocBitcodeWriter::emitAbbrev(RecordId ID, BlockId Block) { in emitAbbrev()389 void ClangDocBitcodeWriter::emitBlockInfo(BlockId BID, in emitBlockInfo()
248 uint32_t BlockId = impl::getBlockId(); in getBlockId() local249 ASSERT(BlockId < impl::getNumberOfBlocks()); in getBlockId()250 return BlockId; in getBlockId()
310 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() local313 BlockId); in HandleBlockEntrance()