Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp98 static const char *getSectionSuffixForSize(unsigned Size) { in getSectionSuffixForSize() function
367 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()
386 Twine Name = Twine(".scommon") + getSectionSuffixForSize(Size); in selectSmallSectionForGlobal()
411 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()