Searched refs:BranchLabel (Results 1 – 2 of 2) sorted by relevance
59 const MCInst &Instr, const std::string &BranchLabel) { in dumpJumpTableFdata() argument66 OS << "# FDATA: 1 " << FunctionName << " #" << BranchLabel << "# " in dumpJumpTableFdata()73 const MCInst &Instr, const std::string &BranchLabel) { in dumpTailCallFdata() argument81 OS << "# FDATA: 1 " << FunctionName << " #" << BranchLabel << "# " in dumpTailCallFdata()201 const std::string BranchLabel = Twine(BB->getName(), "_br").str(); in dumpFunction() local229 OS << BranchLabel << ":\n"; in dumpFunction()236 dumpJumpTableFdata(OS, BF, Instr, BranchLabel); in dumpFunction()238 dumpTailCallFdata(OS, BF, Instr, BranchLabel); in dumpFunction()247 OS << "# FDATA: 1 " << FunctionName << " #" << BranchLabel << "# " in dumpFunction()
1563 const MCExpr *BranchLabel = MCSymbolRefExpr::create( in emitInstruction() local1568 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction()