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()
1175 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()1198 S->getEntrySize(), in getPseudoProbeDescSection()
601 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1048 Section.getEntrySize()); in writeSection()
369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
837 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()843 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1234 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
2612 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
3584 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()