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

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h1 //===-- CodeGen/MachineJumpTableInfo.h - Abstract Jump Tables --*- C++ -*-===//
10 // The MachineJumpTableInfo class keeps track of jump tables referenced by
42 class MachineJumpTableInfo { class in namespace:llvm
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} function in class:llvm::MachineJumpTableInfo

Completed in 50 milliseconds