Searched refs:CurStreamType (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 88 CurStreamTypeType CurStreamType) { in GetBlockName() argument 104 if (CurStreamType != LLVMIRBitstream) return nullptr; in GetBlockName() 132 CurStreamTypeType CurStreamType) { in GetCodeName() argument 155 if (CurStreamType != LLVMIRBitstream) return nullptr; in GetCodeName() 475 unsigned IndentLevel, CurStreamTypeType CurStreamType) { in ParseBlock() argument 505 CurStreamType))) in ParseBlock() 547 if (ParseBlock(Stream, Entry.ID, IndentLevel+1, CurStreamType)) in ParseBlock() 590 CurStreamType)) in ParseBlock() 596 CurStreamType)) in ParseBlock() 699 CurStreamTypeType &CurStreamType) { in openBitcodeFile() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 89 CurStreamTypeType CurStreamType) { in GetBlockName() argument 105 if (CurStreamType != LLVMIRBitstream) return nullptr; in GetBlockName() 137 CurStreamTypeType CurStreamType) { in GetCodeName() argument 160 if (CurStreamType != LLVMIRBitstream) return nullptr; in GetCodeName() 501 CurStreamTypeType CurStreamType) { in ParseBlock() argument 534 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in ParseBlock() 580 CurStreamType)) in ParseBlock() 622 GetCodeName(Code, BlockID, BlockInfo, CurStreamType)) in ParseBlock() 626 if (NonSymbolic && GetCodeName(Code, BlockID, BlockInfo, CurStreamType)) in ParseBlock() 783 CurStreamTypeType &CurStreamType) { in openBitcodeFile() argument [all …]
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 77 static CurStreamTypeType CurStreamType; variable 99 if (CurStreamType != LLVMIRBitstream) return 0; in GetBlockName() 142 if (CurStreamType != LLVMIRBitstream) return 0; in GetCodeName() 511 CurStreamType = UnknownBitstream; in AnalyzeBitcode() 515 CurStreamType = LLVMIRBitstream; in AnalyzeBitcode() 539 switch (CurStreamType) { in AnalyzeBitcode()
|