Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp86 static bool isSmallDataSection(StringRef Sec) { in isSmallDataSection() function
217 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection()
400 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()