Searched defs:getJumpTableInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h177 /// getJumpTableInfo - Return the jump table info object for the current
181 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; } function in class:llvm::MachineFunction
182 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; } function in class:llvm::MachineFunction

Completed in 64 milliseconds