Searched refs:GetBlockName (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 82 static const char *GetBlockName(unsigned BlockID, in GetBlockName() function 351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader()))) in ParseBlock() 552 if (const char *BlockName = GetBlockName(I->first, StreamFile)) in AnalyzeBitcode()
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 86 static const char *GetBlockName(unsigned BlockID, in GetBlockName() function 504 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(), in ParseBlock() 836 if (const char *BlockName = GetBlockName(I->first, StreamFile, in AnalyzeBitcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 87 static const char *GetBlockName(unsigned BlockID, in GetBlockName() function 534 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in ParseBlock() 914 GetBlockName(I->first, BlockInfo, CurStreamType)) in AnalyzeBitcode()
|