Searched refs:getBlockInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h185 /// getBlockInfo - If there is block info for the specified ID, return it,
187 BlockInfo *getBlockInfo(unsigned BlockID) { function in class:llvm::BitstreamWriter
222 if (BlockInfo *Info = getBlockInfo(BlockID)) {
519 if (BlockInfo *BI = getBlockInfo(BlockID))
H A DBitstreamReader.h55 const BlockInfo *getBlockInfo(unsigned BlockID) const { function in class:llvm::BitstreamBlockInfo
68 if (const BlockInfo *BI = getBlockInfo(BlockID))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp29 BlockInfo->getBlockInfo(BlockID)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp36 BlockInfo.getBlockInfo(BlockID)) {
109 BlockInfo.getBlockInfo(BlockID)) {

Completed in 100 milliseconds