Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
566 if (Error E = analyzeHeader(O, Stream).moveInto(CurStreamType)) in analyze()
636 switch (CurStreamType) { in printStats()
661 GetBlockName(Stat.first, BlockInfo, CurStreamType)) in printStats()
724 FreqPair.second, Stat.first, BlockInfo, CurStreamType)) in printStats()
774 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock()
866 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h55 CurStreamTypeType CurStreamType; variable