Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp87 Stream.setBlockInfo(&*BlockInfo); in readDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h554 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; } in setBlockInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp244 Stream.setBlockInfo(&BlockInfo); in parseBlockInfoBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp564 Stream.setBlockInfo(&BlockInfo); in analyze()
H A DBitcodeReader.cpp422 this->Stream.setBlockInfo(&BlockInfo); in BitcodeReaderBase()