HomeSort by: relevance | last modified time | path
    Searched refs:CurStreamType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeAnalyzer.h 27 /// CurStreamTypeType - A type for CurStreamType
52 CurStreamTypeType CurStreamType;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 26 CurStreamTypeType CurStreamType) {
41 if (CurStreamType != LLVMIRBitstream)
89 CurStreamTypeType CurStreamType) {
115 if (CurStreamType != LLVMIRBitstream)
562 CurStreamType = *MaybeType;
633 switch (CurStreamType) {
660 GetBlockName(I->first, BlockInfo, CurStreamType))
723 FreqPairs[i].second, I->first, BlockInfo, CurStreamType))
775 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType)))
869 GetCodeName(Code, BlockID, BlockInfo, CurStreamType);
    [all...]

Completed in 18 milliseconds