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

Declarations

include/llvm/CodeGen/MachineJumpTableInfo.h
   87   unsigned getEntrySize(const DataLayout &TD) const;

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1920   unsigned EntrySize = MJTI->getEntrySize(getDataLayout());
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3446       DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);
lib/Target/Mips/MipsInstructionSelector.cpp
  313         MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout());