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()
1084 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()1107 S->getEntrySize(), in getPseudoProbeDescSection()
573 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
1036 Section.getEntrySize()); in writeSection()
792 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()798 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
1231 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
2231 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
3498 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()