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