Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp190 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
191 DEBUG(dbgs() << (IsSmall ? "yes" : "no") << ", has section: " in isGlobalInSmallSection()
193 return IsSmall; in isGlobalInSmallSection()