Searched defs:getJumpTableInfo (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/CodeGen/ | ||
H A D | MachineFunction.h | 212 /// 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