Searched refs:getEntrySize (Results 1 – 11 of 11) sorted by relevance
87 unsigned getEntrySize(const DataLayout &TD) const;
76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
676 Section->getEntrySize() != Size) in ParseSectionArguments()678 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
1075 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()1098 S->getEntrySize(), in getPseudoProbeDescSection()
567 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1033 Section.getEntrySize()); in writeSection()
773 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()779 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
995 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
2211 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
3511 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()