Searched refs:CurStreamType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 27 CurStreamTypeType CurStreamType) { in GetBlockName() argument 42 if (CurStreamType != LLVMIRBitstream) in GetBlockName() 91 CurStreamTypeType CurStreamType) { in GetCodeName() argument 117 if (CurStreamType != LLVMIRBitstream) in GetCodeName() 575 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze() 645 switch (CurStreamType) { in printStats() 670 GetBlockName(Stat.first, BlockInfo, CurStreamType)) in printStats() 733 FreqPair.second, Stat.first, BlockInfo, CurStreamType)) in printStats() 783 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock() 875 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeAnalyzer.h | 56 CurStreamTypeType CurStreamType; variable
|