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
1234 switch (getEntryKind()) { in getEntrySize()1254 switch (getEntryKind()) { in getEntryAlignment()
578 YamlJTI.Kind = JTI.getEntryKind(); in convert()
2100 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in emitJumpTableInfo()2109 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()2132 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in emitJumpTableInfo()2178 switch (MJTI->getEntryKind()) { in emitJumpTableEntry()
826 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32, in emitJumpTableInfo()