Searched refs:SmallDataThreshold (Results 1 – 1 of 1) sorted by relevance
37 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable208 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()267 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()278 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()282 return SmallDataThreshold; in getSmallDataSize()