Searched refs:BranchLabel (Results 1 – 5 of 5) sorted by relevance
95 const MCSymbol *BranchLabel) const override;
1125 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()1141 BranchLabel = GetCPISymbol(BranchInstr->getOperand(3).getImm()); in getCodeViewJumpTableInfo()1142 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1149 BranchLabel = GetCPISymbol(BranchInstr->getOperand(3).getImm()); in getCodeViewJumpTableInfo()1150 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1162 return std::make_tuple(BaseLabel, BaseOffset, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()1653 const MCExpr *BranchLabel = MCSymbolRefExpr::create( in emitInstruction() local1658 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction()
790 const MCSymbol *BranchLabel) const;
112 const MCSymbol *BranchLabel) const override;1213 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()1230 return std::make_tuple(Base, 0, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()
4372 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()4380 return std::make_tuple(Base, 0, BranchLabel, in getCodeViewJumpTableInfo()