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()
795 const MCSymbol *BranchLabel) const;
98 const MCSymbol *BranchLabel) const override;1094 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()1111 return std::make_tuple(Base, 0, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()
4338 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()4346 return std::make_tuple(Base, 0, BranchLabel, in getCodeViewJumpTableInfo()