Searched refs:getEntryAlignment (Results 1 – 4 of 4) sorted by relevance
95 /// getEntryAlignment - Return the alignment of each entry in the jump table.96 unsigned getEntryAlignment(const DataLayout &TD) const;
1280 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
664 EntrySize, Align(MJTI->getEntryAlignment(MF.getDataLayout())))); in select()
2718 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()