Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp59 const MCInst &Instr, const std::string &BranchLabel) { in dumpJumpTableFdata() argument
66 OS << "# FDATA: 1 " << FunctionName << " #" << BranchLabel << "# " in dumpJumpTableFdata()
73 const MCInst &Instr, const std::string &BranchLabel) { in dumpTailCallFdata() argument
81 OS << "# FDATA: 1 " << FunctionName << " #" << BranchLabel << "# " in dumpTailCallFdata()
201 const std::string BranchLabel = Twine(BB->getName(), "_br").str(); in dumpFunction() local
229 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()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1563 const MCExpr *BranchLabel = MCSymbolRefExpr::create( in emitInstruction() local
1568 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction()