Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp73 static const char *getSectionSuffixForSize(unsigned Size) { in getSectionSuffixForSize() function
332 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()
351 Twine Name = Twine(".scommon") + getSectionSuffixForSize(Size); in selectSmallSectionForGlobal()
376 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp98 static const char *getSectionSuffixForSize(unsigned Size) { in getSectionSuffixForSize() function
357 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()
376 Twine Name = Twine(".scommon") + getSectionSuffixForSize(Size); in selectSmallSectionForGlobal()
401 Name.append(getSectionSuffixForSize(Size)); in selectSmallSectionForGlobal()