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()
129 template <> struct ScalarEnumerationTraits<MachineJumpTableInfo::JTEntryKind> {131 MachineJumpTableInfo::JTEntryKind &EntryKind) {443 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
497 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
269 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind); in getOrCreateJumpTableInfo()