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
1062 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout()); in initJumpTableInfo()1086 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) && in emitJumpTableInfo()1106 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?"); in emitJumpTableInfo()1182 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout()); in getJumpTableEntryAddress()
686 FnSection.getEntrySize(), Group->getName()); in SwitchToEHSection()
692 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
1385 Alignment, Section.getEntrySize()); in WriteSection()
1255 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout()); in EmitJumpTableEntry()
1356 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout()); in lowerBR_JT()
3649 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()