Searched refs:getEntrySize (Results 1 – 9 of 9) sorted by relevance
87 unsigned getEntrySize(const DataLayout &TD) const;
69 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
1112 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout()); in initJumpTableInfo()1136 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) && in emitJumpTableInfo()1156 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?"); in emitJumpTableInfo()1232 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout()); in getJumpTableEntryAddress()
237 FnSection.getEntrySize(), Group->getName()); in SwitchToEHSection()
673 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
1361 Alignment, Section.getEntrySize()); in WriteSection()
1205 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout()); in EmitJumpTableEntry()
1543 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout()); in lowerBR_JT()
3576 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()