Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp62 Stream.setBlockInfo(&*BlockInfo); in readDiagnostics()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h501 void setBlockInfo(BitstreamBlockInfo *BI) { BlockInfo = BI; } in setBlockInfo() function
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp843 Stream.setBlockInfo(&BlockInfo); in AnalyzeBitcode()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp381 this->Stream.setBlockInfo(&BlockInfo); in BitcodeReaderBase()