Home
last modified time | relevance | path

Searched refs:CurStreamType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp26 CurStreamTypeType CurStreamType) { in GetBlockName() argument
41 if (CurStreamType != LLVMIRBitstream) in GetBlockName()
89 CurStreamTypeType CurStreamType) { in GetCodeName() argument
115 if (CurStreamType != LLVMIRBitstream) in GetCodeName()
559 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
629 switch (CurStreamType) { in printStats()
654 GetBlockName(Stat.first, BlockInfo, CurStreamType)) in printStats()
717 FreqPair.second, Stat.first, BlockInfo, CurStreamType)) in printStats()
767 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock()
859 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h55 CurStreamTypeType CurStreamType; variable