Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp572 static unsigned getEntrySizeForKind(SectionKind Kind) { in getEntrySizeForKind() function
783 unsigned EntrySize = getEntrySizeForKind(Kind); in selectExplicitSectionGlobal()
803 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
808 Twine(getEntrySizeForKind(Kind)) + " but was placed in section '" + in selectExplicitSectionGlobal()
838 unsigned EntrySize = getEntrySizeForKind(Kind); in selectELFSectionForGlobal()
2352 unsigned EntrySize = getEntrySizeForKind(Kind); in SelectSectionForGlobal()