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

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

Completed in 101 milliseconds