Searched refs:getEntrySize (Results 1 – 12 of 12) sorted by relevance
94 unsigned getEntrySize(const DataLayout &TD) const;
74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
711 Section->getEntrySize() != Size) in ParseSectionArguments()713 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
602 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1222 S->getEntrySize(), in getPseudoProbeDescSection()
1058 Section.getEntrySize()); in writeSection()
369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
831 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()837 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1248 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
622 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select()
2825 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
3956 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()