Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getJumpTableInfo

392   /// getJumpTableInfo - Return the jump table info object for the current
396 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
397 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }