Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp219 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local
220 LLVM_DEBUG(dbgs() << (IsSmall ? "yes" : "no") in isGlobalInSmallSection()
222 return IsSmall; in isGlobalInSmallSection()