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

References

include/llvm/CodeGen/MIRYamlMapping.h
  137                 MachineJumpTableInfo::EK_GPRel32BlockAddress);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1879   case MachineJumpTableInfo::EK_GPRel32BlockAddress: {
lib/CodeGen/MachineFunction.cpp
  873   case MachineJumpTableInfo::EK_GPRel32BlockAddress:
  893   case MachineJumpTableInfo::EK_GPRel32BlockAddress:
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  416     return MachineJumpTableInfo::EK_GPRel32BlockAddress;
  428       (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))