Home | History | Annotate | Download | only in llvm-bcanalyzer

Lines Matching refs:BlockName

139       case bitc::BLOCKINFO_CODE_BLOCKNAME:     return "BLOCKNAME";
501 const char *BlockName = nullptr;
504 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(),
506 outs() << BlockName;
510 if (NonSymbolic && BlockName)
537 if (BlockName)
538 outs() << BlockName << ">\n";
836 if (const char *BlockName = GetBlockName(I->first, StreamFile,
838 outs() << " (" << BlockName << ")";