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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1790   if (!MJTI) return;
 1791   if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;
 1792   const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
 1800       MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
 1808   EmitAlignment(Align(MJTI->getEntryAlignment(DL)));
 1823     if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
 1854       EmitJumpTableEntry(MJTI, JTBBs[ii], JTI);