Searched refs:getEntrySize (Results 1 – 11 of 11) sorted by relevance
87 unsigned getEntrySize(const DataLayout &TD) const;
74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
695 Section->getEntrySize() != Size) in ParseSectionArguments()697 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
1151 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()1174 S->getEntrySize(), in getPseudoProbeDescSection()
576 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1020 Section.getEntrySize()); in writeSection()
369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
803 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()809 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1269 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
2461 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
3555 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()