Searched refs:getEntrySize (Results 1 – 13 of 13) sorted by relevance
93 /// getEntrySize - Return the size of each entry in the jump table.94 unsigned getEntrySize(const DataLayout &TD) const;
80 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
710 Section->getEntrySize() != Size) in ParseSectionArguments()712 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
625 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1171 S->getEntrySize(), in getPseudoProbeDescSection()
928 Section.getEntrySize()); in writeSection()
630 unsigned EntrySize = MJTI->getEntrySize(TD); in LowerBR_JT()
363 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
834 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()840 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1260 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
637 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select()
2835 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
4035 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()