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

/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp79 /// GetBlockName - Return a symbolic block name if known, otherwise return
81 static const char *GetBlockName(unsigned BlockID, function
351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader())))
555 if (const char *BlockName = GetBlockName(I->first, StreamFile))

Completed in 39 milliseconds