Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp82 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/
Dllvm-bcanalyzer.cpp86 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()