Home
last modified time | relevance | path

Searched refs:getEntrySizeForKind (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp590 static unsigned getEntrySizeForKind(SectionKind Kind) { in getEntrySizeForKind() function
811 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal()
831 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
836 Twine(getEntrySizeForKind(Kind)) + " but was placed in section '" + in selectExplicitSectionGlobal()
861 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal()