Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp37 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
206 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()
262 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
273 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()
277 return SmallDataThreshold; in getSmallDataSize()