Searched refs:JTEntryKind (Results 1 – 4 of 4) sorted by relevance
46 enum JTEntryKind { enum79 JTEntryKind EntryKind;82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {} in MachineJumpTableInfo()84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind()
121 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {123 MachineJumpTableInfo::JTEntryKind &EntryKind) {301 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
221 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
153 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()