Searched refs:getEntrySize (Results 1 – 9 of 9) sorted by relevance
339 public abstract int getEntrySize();348 @Override public int getEntrySize() { return readSmallUint(offset + 36); }357 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }373 this.entrySize = header.getEntrySize();
87 unsigned getEntrySize(const DataLayout &TD) const;
77 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
726 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
38 588 33 n java.util.zip.ZipFile::getEntrySize (0 bytes) (static)
1147 Section.getEntrySize()); in writeSection()
1477 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry()
1589 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in lowerBR_JT()
3717 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()