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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h181 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; } function in class:llvm::MachineFunction
182 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; } function in class:llvm::MachineFunction

Completed in 57 milliseconds