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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp85 static bool isSmallDataSection(StringRef Sec) { function
218 bool IsSmall = isSmallDataSection(GVar->getSection());
396 if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))

Completed in 120 milliseconds