Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getJumpTableInfo

413   /// getJumpTableInfo - Return the jump table info object for the current
417 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
418 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }