Searched refs:getEntryKind (Results 1 – 5 of 5) sorted by relevance
83 EntryKind getEntryKind() const { return Instr.getInt(); } in getEntryKind() function85 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()86 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
1237 switch (getEntryKind()) { in getEntrySize()1257 switch (getEntryKind()) { in getEntryAlignment()
581 YamlJTI.Kind = JTI.getEntryKind(); in convert()
2482 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()2491 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()2514 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()2559 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()