Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp27 CurStreamTypeType CurStreamType) { in GetBlockName() argument
42 if (CurStreamType != LLVMIRBitstream) in GetBlockName()
91 CurStreamTypeType CurStreamType) { in GetCodeName() argument
117 if (CurStreamType != LLVMIRBitstream) in GetCodeName()
572 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
642 switch (CurStreamType) { in printStats()
667 GetBlockName(Stat.first, BlockInfo, CurStreamType)) in printStats()
730 FreqPair.second, Stat.first, BlockInfo, CurStreamType)) in printStats()
780 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock()
872 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h55 CurStreamTypeType CurStreamType; variable