Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp27 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
179 << SmallDataThreshold << ": \"" << GV->getName() << "\": "); in isGlobalInSmallSection()
232 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
243 return SmallDataThreshold > 0; in isSmallDataEnabled()
248 return SmallDataThreshold; in getSmallDataSize()