Searched refs:BranchLabel (Results 1 – 5 of 5) sorted by relevance
100 const MCSymbol *BranchLabel) const override;
1132 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()1148 BranchLabel = GetCPISymbol(BranchInstr->getOperand(3).getImm()); in getCodeViewJumpTableInfo()1149 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1156 BranchLabel = GetCPISymbol(BranchInstr->getOperand(3).getImm()); in getCodeViewJumpTableInfo()1157 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1169 return std::make_tuple(BaseLabel, BaseOffset, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()1687 const MCExpr *BranchLabel = MCSymbolRefExpr::create( in emitInstruction() local1692 auto MCInst = MCInstBuilder(Opc).addExpr(BranchLabel); in emitInstruction()
825 const MCSymbol *BranchLabel) const;
124 const MCSymbol *BranchLabel) const override;1331 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()1348 return std::make_tuple(Base, 0, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()
4759 const MCSymbol *BranchLabel) const { in getCodeViewJumpTableInfo()4767 return std::make_tuple(Base, 0, BranchLabel, in getCodeViewJumpTableInfo()