Home
last modified time | relevance | path

Searched refs:setBlockInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDSerializedDiagnosticReader.cpp87 Stream.setBlockInfo(&*BlockInfo); in readDiagnostics()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
HDBitstreamReader.h572 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; } in setBlockInfo() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Remarks/
HDBitstreamRemarkParser.cpp246 Stream.setBlockInfo(&BlockInfo); in parseBlockInfoBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeAnalyzer.cpp575 Stream.setBlockInfo(&BlockInfo); in analyze()
HDBitcodeReader.cpp438 this->Stream.setBlockInfo(&BlockInfo); in BitcodeReaderBase()