Searched refs:SmallDataThreshold (Results 1 – 1 of 1) sorted by relevance
27 static cl::opt<int> SmallDataThreshold("hexagon-small-data-threshold", variable44 return Size > 0 && Size <= (uint64_t)SmallDataThreshold; in IsInSmallSection()48 return SmallDataThreshold > 0; in IsSmallDataEnabled()