Home
last modified time | relevance | path

Searched refs:BlockId (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.h53 enum BlockId { enum
178 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);
H A DBitcodeWriter.cpp111 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()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMapping.cpp248 uint32_t BlockId = impl::getBlockId(); in getBlockId() local
249 ASSERT(BlockId < impl::getNumberOfBlocks()); in getBlockId()
250 return BlockId; in getBlockId()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp310 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() local
313 BlockId); in HandleBlockEntrance()