Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getJumpTableInfo

416   /// getJumpTableInfo - Return the jump table info object for the current
420 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
421 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }