reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MIRYamlMapping.h
  141     IO.enumCase(EntryKind, "custom32", MachineJumpTableInfo::EK_Custom32);
  443   MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1870   case MachineJumpTableInfo::EK_Custom32:
lib/CodeGen/MachineFunction.cpp
  875   case MachineJumpTableInfo::EK_Custom32:
  895   case MachineJumpTableInfo::EK_Custom32:
lib/Target/X86/X86ISelLowering.cpp
 2180     return MachineJumpTableInfo::EK_Custom32;