Searched refs:getEntryKind (Results 1 – 6 of 6) sorted by relevance
84 EntryKind getEntryKind() const { return Instr.getInt(); } in getEntryKind() function86 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()87 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
998 switch (getEntryKind()) { in getEntrySize()1018 switch (getEntryKind()) { in getEntryAlignment()
553 YamlJTI.Kind = JTI.getEntryKind(); in convert()
2080 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()2089 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()2112 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()2158 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
822 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()