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