Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
562 CurStreamType = *MaybeType; in analyze()
633 switch (CurStreamType) { in printStats()
660 GetBlockName(I->first, BlockInfo, CurStreamType)) in printStats()
723 FreqPairs[i].second, I->first, BlockInfo, CurStreamType)) in printStats()
775 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock()
869 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h52 CurStreamTypeType CurStreamType; variable