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

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

Completed in 51 milliseconds